/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/TargetParser/ |
D | RISCVTargetParser.h | 75 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/ |
D | RISCVTargetParser.h | 75 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/ |
D | RISCVTargetParser.h | 75 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 D | catch_multi_level_pointer.pass.cpp | 75 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 D | catch_multi_level_pointer.pass.cpp | 81 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 D | RISCVBaseInfo.h | 431 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 D | RISCVBaseInfo.cpp | 165 void RISCVVType::printVType(unsigned VType, raw_ostream &OS) { in printVType()
|
/aosp_15_r20/external/pytorch/benchmarks/functional_autograd_benchmark/ |
H A D | functional_autograd_benchmark.py | 189 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 D | utils.py | 14 VType = Union[None, Tensor, Tuple[Tensor, ...]] variable
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
H A D | LowerMatrixIntrinsics.cpp | 227 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 D | RISCVInsertVSETVLI.cpp | 375 void setVTYPE(unsigned VType) { in setVTYPE() 1284 auto VType = MI.getOperand(2).getImm(); in canMutatePriorConfig() local
|
H A D | RISCVInstrInfo.cpp | 178 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 D | LowerMatrixIntrinsics.cpp | 494 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 D | RISCVAsmParser.cpp | 278 VType, enumerator 311 struct VTypeOp VType; member
|
/aosp_15_r20/external/llvm/lib/Transforms/Vectorize/ |
H A D | BBVectorize.cpp | 1004 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 D | SemaInit.cpp | 693 } 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 D | SemaOpenMP.cpp | 5069 QualType VType = LastIteration.get()->getType(); in CheckOpenMPLoop() local
|
/aosp_15_r20/external/clang/lib/CodeGen/ |
H A D | CGExprScalar.cpp | 1176 llvm::VectorType *VType = in VisitInitListExpr() local
|