/llvm-project/llvm/include/llvm/TargetParser/ |
H A D | RISCVTargetParser.h | 75 getVLMUL(unsigned VType) getVLMUL() argument 99 getSEW(unsigned VType) getSEW() argument 104 isTailAgnostic(unsigned VType) isTailAgnostic() argument 106 isMaskAgnostic(unsigned VType) isMaskAgnostic() argument
|
/llvm-project/lldb/test/API/commands/expression/function_template_specialization_temp_args/ |
H A D | main.cpp | 6 typedef M<int> VType; in f() typedef
|
/llvm-project/libcxxabi/test/ |
H A D | catch_multi_level_pointer.pass.cpp | 78 typedef Tp volatile* VType; typedef 99 typedef typename ThrowTypes::VType VType; in operator ()() typedef 112 typedef typename CatchTypes::VType VType; in run_catch_tests() typedef
|
/llvm-project/llvm/lib/TargetParser/ |
H A D | RISCVTargetParser.cpp | 164 printVType(unsigned VType,raw_ostream & OS) printVType() argument
|
/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVInsertVSETVLI.cpp | 672 setVTYPE(unsigned VType) setVTYPE() argument 1637 auto VType = MI.getOperand(2).getImm(); canMutatePriorConfig() local
|
H A D | RISCVInstrInfo.cpp | 239 unsigned VType = MBBI->getOperand(2).getImm(); isConvertibleToVMV_V_V() local
|
/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | LowerMatrixIntrinsics.cpp | 554 VectorType *VType = dyn_cast<VectorType>(MatrixVal->getType()); getMatrix() local 1126 auto *VType = cast<VectorType>(Ty); loadMatrix() local 1208 auto VType = cast<VectorType>(Ty); storeMatrix() local
|
/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZTargetTransformInfo.cpp | 1337 auto *VType = cast<FixedVectorType>(II->getOperand(0)->getType()); shouldExpandReduction() local
|
/llvm-project/llvm/lib/Target/RISCV/AsmParser/ |
H A D | RISCVAsmParser.cpp | 339 VType, global() enumerator 401 struct VTypeOp VType; global() member [all...] |
/llvm-project/clang/lib/CodeGen/ |
H A D | CGExprScalar.cpp | 1120 EmitIsNegativeTestHelper(Value * V,QualType VType,const char * Name,CGBuilderTy & Builder) EmitIsNegativeTestHelper() argument 2036 llvm::VectorType *VType = VisitInitListExpr() local
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaInit.cpp | 923 } else if (const VectorType *VType = ILE->getType()->getAs<VectorType>()) { FillInEmptyInitializations() local 3397 } else if (const VectorType *VType = CurrentObjectType->getAs<VectorType>()) { createInitListExpr() local
|
H A D | SemaOpenMP.cpp | 9764 QualType VType = LastIteration.get()->getType(); checkOpenMPLoop() local [all...] |