Home
last modified time | relevance | path

Searched defs:VType (Results 1 – 18 of 18) sorted by relevance

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/TargetParser/
DRISCVTargetParser.h75 inline static RISCVII::VLMUL getVLMUL(unsigned VType) { in getVLMUL()
99 inline static unsigned getSEW(unsigned VType) { in getSEW()
104 inline static bool isTailAgnostic(unsigned VType) { return VType & 0x40; } in isTailAgnostic()
106 inline static bool isMaskAgnostic(unsigned VType) { return VType & 0x80; } in isMaskAgnostic()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/TargetParser/
DRISCVTargetParser.h75 inline static RISCVII::VLMUL getVLMUL(unsigned VType) { in getVLMUL()
99 inline static unsigned getSEW(unsigned VType) { in getSEW()
104 inline static bool isTailAgnostic(unsigned VType) { return VType & 0x40; } in isTailAgnostic()
106 inline static bool isMaskAgnostic(unsigned VType) { return VType & 0x80; } in isMaskAgnostic()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/TargetParser/
DRISCVTargetParser.h75 inline static RISCVII::VLMUL getVLMUL(unsigned VType) { in getVLMUL()
99 inline static unsigned getSEW(unsigned VType) { in getSEW()
104 inline static bool isTailAgnostic(unsigned VType) { return VType & 0x40; } in isTailAgnostic()
106 inline static bool isMaskAgnostic(unsigned VType) { return VType & 0x80; } in isMaskAgnostic()
/aosp_15_r20/external/libcxxabi/test/
H A Dcatch_multi_level_pointer.pass.cpp75 typedef Tp volatile* VType; typedef
96 typedef typename ThrowTypes::VType VType; in operator ()() typedef
109 typedef typename CatchTypes::VType VType; in run_catch_tests() typedef
/aosp_15_r20/external/cronet/third_party/libc++abi/src/test/
H A Dcatch_multi_level_pointer.pass.cpp81 typedef Tp volatile* VType; typedef
102 typedef typename ThrowTypes::VType VType; in operator ()() typedef
115 typedef typename CatchTypes::VType VType; in run_catch_tests() typedef
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVBaseInfo.h431 inline static RISCVII::VLMUL getVLMUL(unsigned VType) { in getVLMUL()
455 inline static unsigned getSEW(unsigned VType) { in getSEW()
460 inline static bool isTailAgnostic(unsigned VType) { return VType & 0x40; } in isTailAgnostic()
462 inline static bool isMaskAgnostic(unsigned VType) { return VType & 0x80; } in isMaskAgnostic()
H A DRISCVBaseInfo.cpp165 void RISCVVType::printVType(unsigned VType, raw_ostream &OS) { in printVType()
/aosp_15_r20/external/pytorch/benchmarks/functional_autograd_benchmark/
H A Dfunctional_autograd_benchmark.py189 def run_once(model: Callable, inp: InputsType, task: str, v: VType, **kwargs) -> None:
199 model: Callable, inp: InputsType, task: str, v: VType, maybe_check_consistency=False
H A Dutils.py14 VType = Union[None, Tensor, Tuple[Tensor, ...]] variable
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DLowerMatrixIntrinsics.cpp227 VectorType *VType = dyn_cast<VectorType>(MatrixVal->getType()); in getMatrix() local
563 auto VType = cast<VectorType>(Inst->getType()); in LowerLoad() local
591 auto VType = cast<VectorType>(Matrix->getType()); in LowerStore() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/RISCV/
H A DRISCVInsertVSETVLI.cpp375 void setVTYPE(unsigned VType) { in setVTYPE()
1284 auto VType = MI.getOperand(2).getImm(); in canMutatePriorConfig() local
H A DRISCVInstrInfo.cpp178 unsigned VType = MBBI->getOperand(2).getImm(); in isConvertibleToVMV_V_V() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/
H A DLowerMatrixIntrinsics.cpp494 VectorType *VType = dyn_cast<VectorType>(MatrixVal->getType()); in getMatrix() local
1099 auto *VType = cast<VectorType>(Ty); in loadMatrix() local
1193 auto VType = cast<VectorType>(Ty); in storeMatrix() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/RISCV/AsmParser/
H A DRISCVAsmParser.cpp278 VType, enumerator
311 struct VTypeOp VType; member
/aosp_15_r20/external/llvm/lib/Transforms/Vectorize/
H A DBBVectorize.cpp1004 Type *VType = getVecTypeForPair(aTypeI, aTypeJ); in areInstsCompatible() local
2847 VectorType *VType = getVecTypeForPair(IType, JType); in replaceOutputsOfPair() local
/aosp_15_r20/external/clang/lib/Sema/
H A DSemaInit.cpp693 } else if (const VectorType *VType = ILE->getType()->getAs<VectorType>()) { in FillInEmptyInitializations() local
2671 } else if (const VectorType *VType = CurrentObjectType->getAs<VectorType>()) in getStructuredSubobjectInit() local
H A DSemaOpenMP.cpp5069 QualType VType = LastIteration.get()->getType(); in CheckOpenMPLoop() local
/aosp_15_r20/external/clang/lib/CodeGen/
H A DCGExprScalar.cpp1176 llvm::VectorType *VType = in VisitInitListExpr() local