/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaWasm.cpp | 30 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 D | SemaExprCXX.cpp | 4300 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 D | SemaTemplateDeduction.cpp | 4273 QualType ElTy; in DeduceFromInitializerList() local
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGBuilder.h | 220 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 D | CGHLSLRuntime.cpp | 241 QualType ElTy = Args[0].getAsType(); in calculateElementType() local
|
H A D | CGDecl.cpp | 1294 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 D | CGAtomic.cpp | 151 llvm::Type *ElTy; in getAtomicAddress() local
|
H A D | CGExpr.cpp | 1439 llvm::Type *ElTy = ConvertType(E->getType()); in EmitUnsupportedLValue() local 4378 QualType BaseTy, QualType ElTy, in emitOMPArraySectionBase()
|
H A D | CGExprScalar.cpp | 4630 QualType ElTy = LHSTy->castAs<VectorType>()->getElementType(); in EmitCompare() local
|
H A D | CGBuiltin.cpp | 470 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 D | WebAssemblyTypeUtilities.cpp | 80 const Type *ElTy = GlobalVT->getArrayElementType(); in wasmSymbolSetType() local
|
/freebsd/contrib/llvm-project/llvm/lib/Frontend/HLSL/ |
H A D | HLSLResource.cpp | 59 ElementType ElTy, bool IsROV, in FrontendResource()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/ |
H A D | DXILResource.cpp | 65 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 D | VTEmitter.cpp | 169 const auto *ElTy = VT->getValueAsDef("ElementType"); in run() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGenTypes/ |
H A D | MachineValueType.h | 441 #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 D | DerivedTypes.h | 541 FixedVectorType(Type *ElTy, unsigned NumElts) in FixedVectorType() 588 ScalableVectorType(Type *ElTy, unsigned MinNumElts) in ScalableVectorType()
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/ |
H A D | ExecutionEngine.cpp | 105 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 D | AMDGPUHSAMetadataStreamer.cpp | 167 auto ElTy = VecTy->getElementType(); in getTypeName() local
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | Verifier.cpp | 4089 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 D | IRBuilder.cpp | 1214 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 D | SystemZTargetTransformInfo.cpp | 742 Type *ElTy = OpTy->getScalarType(); in getCmpOpsType() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
H A D | SPIRVEmitIntrinsics.cpp | 1657 Type *ElTy = SI->getValueOperand()->getType(); in runOnFunction() local
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Interpreter/ |
H A D | Execution.cpp | 916 Type *ElTy = Cond->getType(); in visitSwitchInst() local
|
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/ |
H A D | BitcodeReader.cpp | 3427 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 D | HexagonISelLowering.cpp | 2113 Type *ElTy = I.getCalledFunction()->getReturnType()->getStructElementType(0); in getTgtMemIntrinsic() local
|