Home
last modified time | relevance | path

Searched defs:ElTy (Results 1 – 25 of 29) sorted by relevance

12

/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBuilder.h174 llvm::StructType *ElTy = cast<llvm::StructType>(Addr.getElementType()); global() variable
195 llvm::ArrayType *ElTy = cast<llvm::ArrayType>(Addr.getElementType()); global() variable
344 llvm::StructType *ElTy = cast<llvm::StructType>(Addr.getElementType()); CreatePreserveStructAccessIndex() local
[all...]
H A DCGHLSLRuntime.cpp238 QualType ElTy = Args[0].getAsType(); calculateElementType() local
[all...]
H A DCGDecl.cpp1292 llvm::Type *ElTy = Loc.getElementType(); emitStoresForZeroInit() local
1302 llvm::Type *ElTy = Loc.getElementType(); emitStoresForPatternInit() local
1836 llvm::Type *ElTy = Loc.getElementType(); emitZeroOrPatternForAutoVarInit() local
H A DCGAtomic.cpp151 llvm::Type *ElTy; in getAtomicAddress() local
H A DCGExpr.cpp1446 llvm::Type *ElTy = ConvertType(E->getType()); EmitUnsupportedLValue() local
4336 emitOMPArraySectionBase(CodeGenFunction & CGF,const Expr * Base,LValueBaseInfo & BaseInfo,TBAAAccessInfo & TBAAInfo,QualType BaseTy,QualType ElTy,bool IsLowerBound) emitOMPArraySectionBase() argument
H A DCGExprScalar.cpp4326 QualType ElTy = LHSTy->castAs<VectorType>()->getElementType(); EmitCompare() local
H A DCGBuiltin.cpp467 QualType ElTy = E->getArg(0)->getType()->getPointeeType(); EmitISOVolatileLoad() local
480 QualType ElTy = E->getArg(0)->getType()->getPointeeType(); EmitISOVolatileStore() local
4539 QualType ElTy = E->getArg(0)->getType()->getPointeeType(); EmitBuiltinExpr() local
H A DCGOpenMPRuntime.cpp894 loadToBegin(CodeGenFunction & CGF,QualType BaseTy,QualType ElTy,LValue BaseLV) loadToBegin() argument
913 castToBase(CodeGenFunction & CGF,QualType BaseTy,QualType ElTy,Address OriginalBaseAddress,llvm::Value * Addr) castToBase() argument
/freebsd-src/contrib/llvm-project/llvm/lib/Target/WebAssembly/Utils/
H A DWebAssemblyTypeUtilities.cpp76 const Type *ElTy = GlobalVT->getArrayElementType(); wasmSymbolSetType() local
/freebsd-src/contrib/llvm-project/llvm/lib/Frontend/HLSL/
H A DHLSLResource.cpp55 FrontendResource(GlobalVariable * GV,ResourceKind RK,ElementType ElTy,bool IsROV,uint32_t ResIndex,uint32_t Space) FrontendResource() argument
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineValueType.h
/freebsd-src/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXILResource.cpp66 switch (ElTy) { in getElementTypeName() argument
110 printElementType(Kinds Kind,ElementType ElTy,unsigned Alignment,raw_ostream & OS) printElementType() argument
/freebsd-src/contrib/llvm-project/llvm/utils/TableGen/
H A DVTEmitter.cpp116 const auto *ElTy = VT->getValueAsDef("ElementType"); run() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/
H A DDerivedTypes.h541 FixedVectorType(Type *ElTy, unsigned NumElts) in FixedVectorType() argument
588 ScalableVectorType(Type *ElTy, unsigned MinNumElts) in ScalableVectorType() argument
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp105 Type *ElTy = GV->getValueType(); in Create() local
1330 Type *ElTy = GV->getValueType(); emitGlobalVariable() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUHSAMetadataStreamer.cpp166 auto ElTy = VecTy->getElementType(); getTypeName() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVEmitIntrinsics.cpp627 Type *ElTy = SI->getValueOperand()->getType(); runOnFunction() local
/freebsd-src/contrib/llvm-project/llvm/lib/IR/
H A DVerifier.cpp4091 Check(ElTy, "Invalid indices for GEP pointer type!", &GEP); in visitStoreInst() local
3955 Type *ElTy = visitGetElementPtrInst() local
4065 Type *ElTy = LI.getType(); visitLoadInst() local
4169 Type *ElTy = CXI.getOperand(1)->getType(); visitAtomicCmpXchgInst() local
4180 Type *ElTy = RMWI.getOperand(1)->getType(); visitAtomicRMWInst() local
[all...]
H A DIRBuilder.cpp1281 0, Attribute::get(Fn->getContext(), Attribute::ElementType, ElTy)); in CreatePreserveStructAccessIndex() argument
1233 CreatePreserveArrayAccessIndex(Type * ElTy,Value * Base,unsigned Dimension,unsigned LastIndex,MDNode * DbgInfo) CreatePreserveArrayAccessIndex() argument
/freebsd-src/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.cpp740 Type *ElTy = OpTy->getScalarType(); getCmpOpsType() local
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp19974 CheckWasmBuiltinArgIsTable(Sema & S,CallExpr * E,unsigned ArgIndex,QualType & ElTy) CheckWasmBuiltinArgIsTable() argument
20004 QualType ElTy; BuiltinWasmTableGet() local
20027 QualType ElTy; BuiltinWasmTableSet() local
20045 QualType ElTy; BuiltinWasmTableSize() local
20059 QualType ElTy; BuiltinWasmTableGrow() local
20083 QualType ElTy; BuiltinWasmTableFill() local
[all...]
H A DSemaTemplateDeduction.cpp4096 QualType ElTy; DeduceFromInitializerList() local
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/Interpreter/
H A DExecution.cpp952 Type *ElTy = Cond->getType(); visitSwitchInst() local
/freebsd-src/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp3283 Type *ElTy = getTypeByID(ElTyID); parseConstants() local
4639 Type *ElTy = getPtrElementTypeByID(ArgTyIDs[ArgNo]); propagateAttributeTypes() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp2096 Type *ElTy = I.getCalledFunction()->getReturnType()->getStructElementType(0); getTgtMemIntrinsic() local

12