Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaWasm.cpp30 QualType &ElTy) { in CheckWasmBuiltinArgIsTable()
90 QualType ElTy; in BuiltinWasmTableGet() local
113 QualType ElTy; in BuiltinWasmTableSet() local
131 QualType ElTy; in BuiltinWasmTableSize() local
145 QualType ElTy; in BuiltinWasmTableGrow() local
169 QualType ElTy; in BuiltinWasmTableFill() local
H A DSemaExprCXX.cpp4300 QualType ToType, QualType *ElTy = nullptr) { in adjustVectorType()
4461 QualType ElTy = ToType; in PerformImplicitConversion() local
4513 QualType ElTy = ToType; in PerformImplicitConversion() local
4654 QualType ElTy = FromType; in PerformImplicitConversion() local
H A DSemaTemplateDeduction.cpp4273 QualType ElTy; in DeduceFromInitializerList() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBuilder.h220 llvm::StructType *ElTy = cast<llvm::StructType>(Addr.getElementType()); variable
242 llvm::ArrayType *ElTy = cast<llvm::ArrayType>(Addr.getElementType()); variable
414 llvm::StructType *ElTy = cast<llvm::StructType>(Addr.getElementType()); in CreatePreserveStructAccessIndex() local
H A DCGHLSLRuntime.cpp241 QualType ElTy = Args[0].getAsType(); in calculateElementType() local
H A DCGDecl.cpp1294 llvm::Type *ElTy = Loc.getElementType(); in emitStoresForZeroInit() local
1304 llvm::Type *ElTy = Loc.getElementType(); in emitStoresForPatternInit() local
1841 llvm::Type *ElTy = Loc.getElementType(); in emitZeroOrPatternForAutoVarInit() local
H A DCGAtomic.cpp151 llvm::Type *ElTy; in getAtomicAddress() local
H A DCGExpr.cpp1439 llvm::Type *ElTy = ConvertType(E->getType()); in EmitUnsupportedLValue() local
4378 QualType BaseTy, QualType ElTy, in emitOMPArraySectionBase()
H A DCGExprScalar.cpp4630 QualType ElTy = LHSTy->castAs<VectorType>()->getElementType(); in EmitCompare() local
H A DCGBuiltin.cpp470 QualType ElTy = E->getArg(0)->getType()->getPointeeType(); in EmitISOVolatileLoad() local
483 QualType ElTy = E->getArg(0)->getType()->getPointeeType(); in EmitISOVolatileStore() local
4724 QualType ElTy = E->getArg(0)->getType()->getPointeeType(); in EmitBuiltinExpr() local
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/Utils/
H A DWebAssemblyTypeUtilities.cpp80 const Type *ElTy = GlobalVT->getArrayElementType(); in wasmSymbolSetType() local
/freebsd/contrib/llvm-project/llvm/lib/Frontend/HLSL/
H A DHLSLResource.cpp59 ElementType ElTy, bool IsROV, in FrontendResource()
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXILResource.cpp65 StringRef ResourceBase::getElementTypeName(ElementType ElTy) { in getElementTypeName()
109 void ResourceBase::printElementType(ResourceKind Kind, ElementType ElTy, in printElementType()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DVTEmitter.cpp169 const auto *ElTy = VT->getValueAsDef("ElementType"); in run() local
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGenTypes/
H A DMachineValueType.h441 #define GET_VT_VECATTR(Ty, Sc, nElem, ElTy) \ in getVectorVT() argument
451 #define GET_VT_VECATTR(Ty, Sc, nElem, ElTy) \ in getScalableVectorVT() argument
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDerivedTypes.h541 FixedVectorType(Type *ElTy, unsigned NumElts) in FixedVectorType()
588 ScalableVectorType(Type *ElTy, unsigned MinNumElts) in ScalableVectorType()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp105 Type *ElTy = GV->getValueType(); in Create() local
1328 Type *ElTy = GV->getValueType(); in emitGlobalVariable() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUHSAMetadataStreamer.cpp167 auto ElTy = VecTy->getElementType(); in getTypeName() local
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DVerifier.cpp4089 Type *ElTy = in visitGetElementPtrInst() local
4199 Type *ElTy = LI.getType(); in visitLoadInst() local
4225 Type *ElTy = SI.getOperand(0)->getType(); in visitStoreInst() local
4303 Type *ElTy = CXI.getOperand(1)->getType(); in visitAtomicCmpXchgInst() local
4314 Type *ElTy = RMWI.getOperand(1)->getType(); in visitAtomicRMWInst() local
H A DIRBuilder.cpp1214 Type *ElTy, Value *Base, unsigned Dimension, unsigned LastIndex, in CreatePreserveArrayAccessIndex()
1262 Type *ElTy, Value *Base, unsigned Index, unsigned FieldIndex, in CreatePreserveStructAccessIndex()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.cpp742 Type *ElTy = OpTy->getScalarType(); in getCmpOpsType() local
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVEmitIntrinsics.cpp1657 Type *ElTy = SI->getValueOperand()->getType(); in runOnFunction() local
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Interpreter/
H A DExecution.cpp916 Type *ElTy = Cond->getType(); in visitSwitchInst() local
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp3427 Type *ElTy = getTypeByID(ElTyID); in parseConstants() local
4805 Type *ElTy = getPtrElementTypeByID(ArgTyIDs[ArgNo]); in propagateAttributeTypes() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp2113 Type *ElTy = I.getCalledFunction()->getReturnType()->getStructElementType(0); in getTgtMemIntrinsic() local

12