Home
last modified time | relevance | path

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

/llvm-project/llvm/include/llvm/TargetParser/
H A DRISCVTargetParser.h75 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 Dmain.cpp6 typedef M<int> VType; in f() typedef
/llvm-project/libcxxabi/test/
H A Dcatch_multi_level_pointer.pass.cpp78 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 DRISCVTargetParser.cpp164 printVType(unsigned VType,raw_ostream & OS) printVType() argument
/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInsertVSETVLI.cpp672 setVTYPE(unsigned VType) setVTYPE() argument
1637 auto VType = MI.getOperand(2).getImm(); canMutatePriorConfig() local
H A DRISCVInstrInfo.cpp239 unsigned VType = MBBI->getOperand(2).getImm(); isConvertibleToVMV_V_V() local
/llvm-project/llvm/lib/Transforms/Scalar/
H A DLowerMatrixIntrinsics.cpp554 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 DSystemZTargetTransformInfo.cpp1337 auto *VType = cast<FixedVectorType>(II->getOperand(0)->getType()); shouldExpandReduction() local
/llvm-project/llvm/lib/Target/RISCV/AsmParser/
H A DRISCVAsmParser.cpp339 VType, global() enumerator
401 struct VTypeOp VType; global() member
[all...]
/llvm-project/clang/lib/CodeGen/
H A DCGExprScalar.cpp1120 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 DSemaInit.cpp923 } else if (const VectorType *VType = ILE->getType()->getAs<VectorType>()) { FillInEmptyInitializations() local
3397 } else if (const VectorType *VType = CurrentObjectType->getAs<VectorType>()) { createInitListExpr() local
H A DSemaOpenMP.cpp9764 QualType VType = LastIteration.get()->getType(); checkOpenMPLoop() local
[all...]