/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGBuilder.h | 174 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 D | CGHLSLRuntime.cpp | 238 QualType ElTy = Args[0].getAsType(); calculateElementType() local [all...] |
H A D | CGDecl.cpp | 1292 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 D | CGAtomic.cpp | 151 llvm::Type *ElTy; in getAtomicAddress() local
|
H A D | CGExpr.cpp | 1446 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 D | CGExprScalar.cpp | 4326 QualType ElTy = LHSTy->castAs<VectorType>()->getElementType(); EmitCompare() local
|
H A D | CGBuiltin.cpp | 467 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 D | CGOpenMPRuntime.cpp | 894 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 D | WebAssemblyTypeUtilities.cpp | 76 const Type *ElTy = GlobalVT->getArrayElementType(); wasmSymbolSetType() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Frontend/HLSL/ |
H A D | HLSLResource.cpp | 55 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 D | MachineValueType.h |
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/DirectX/ |
H A D | DXILResource.cpp | 66 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 D | VTEmitter.cpp | 116 const auto *ElTy = VT->getValueAsDef("ElementType"); run() local
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | DerivedTypes.h | 541 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 D | ExecutionEngine.cpp | 105 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 D | AMDGPUHSAMetadataStreamer.cpp | 166 auto ElTy = VecTy->getElementType(); getTypeName() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
H A D | SPIRVEmitIntrinsics.cpp | 627 Type *ElTy = SI->getValueOperand()->getType(); runOnFunction() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/IR/ |
H A D | Verifier.cpp | 4091 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 D | IRBuilder.cpp | 1281 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 D | SystemZTargetTransformInfo.cpp | 740 Type *ElTy = OpTy->getScalarType(); getCmpOpsType() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaChecking.cpp | 19974 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 D | SemaTemplateDeduction.cpp | 4096 QualType ElTy; DeduceFromInitializerList() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/Interpreter/ |
H A D | Execution.cpp | 952 Type *ElTy = Cond->getType(); visitSwitchInst() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Bitcode/Reader/ |
H A D | BitcodeReader.cpp | 3283 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 D | HexagonISelLowering.cpp | 2096 Type *ElTy = I.getCalledFunction()->getReturnType()->getStructElementType(0); getTgtMemIntrinsic() local
|