Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGBuilder.h190 llvm::StructType *ElTy = cast<llvm::StructType>(Addr.getElementType()); variable
210 llvm::ArrayType *ElTy = cast<llvm::ArrayType>(Addr.getElementType()); variable
325 llvm::StructType *ElTy = cast<llvm::StructType>(Addr.getElementType()); in CreatePreserveStructAccessIndex() local
H A DCGDecl.cpp1257 llvm::Type *ElTy = Loc.getElementType(); in emitStoresForZeroInit() local
1267 llvm::Type *ElTy = Loc.getElementType(); in emitStoresForPatternInit() local
1755 llvm::Type *ElTy = Loc.getElementType(); in emitZeroOrPatternForAutoVarInit() local
H A DCGExprScalar.cpp4029 QualType ElTy = LHSTy->castAs<VectorType>()->getElementType(); in EmitCompare() local
H A DCGBuiltin.cpp413 QualType ElTy = E->getArg(0)->getType()->getPointeeType(); in EmitISOVolatileLoad() local
427 QualType ElTy = E->getArg(0)->getType()->getPointeeType(); in EmitISOVolatileStore() local
3778 QualType ElTy = E->getArg(0)->getType()->getPointeeType(); in EmitBuiltinExpr() local
H A DCGExpr.cpp3886 QualType BaseTy, QualType ElTy, in emitOMPArraySectionBase()
H A DCGOpenMPRuntime.cpp936 static LValue loadToBegin(CodeGenFunction &CGF, QualType BaseTy, QualType ElTy, in loadToBegin()
956 static Address castToBase(CodeGenFunction &CGF, QualType BaseTy, QualType ElTy, in castToBase()
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DDerivedTypes.h529 FixedVectorType(Type *ElTy, unsigned NumElts) in FixedVectorType()
576 ScalableVectorType(Type *ElTy, unsigned MinNumElts) in ScalableVectorType()
/netbsd/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DAliasAnalysisEvaluator.cpp236 Type *ElTy = cast<PointerType>(Pointer->getType())->getElementType(); in runInternal() local
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DArgumentPromotion.cpp293 Type *ElTy = V->getType(); in doPromotion() local
793 Type *ElTy = StructTy->getElementType(i); in isDenselyPacked() local
H A DGlobalOpt.cpp534 Type *ElTy = nullptr; in SRAGlobal() local
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUHSAMetadataStreamer.cpp170 auto ElTy = VecTy->getElementType(); in getTypeName() local
589 auto ElTy = VecTy->getElementType(); in getTypeName() local
/netbsd/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp105 Type *ElTy = GV->getValueType(); in Create() local
1305 Type *ElTy = GV->getValueType(); in emitGlobalVariable() local
/netbsd/external/apache2/llvm/dist/llvm/lib/IR/
H A DConstantFold.cpp126 Type *ElTy = PTy->getElementType(); in FoldBitCast() local
1570 static int IdxCompare(Constant *C1, Constant *C2, Type *ElTy) { in IdxCompare()
H A DVerifier.cpp3633 Type *ElTy = in visitGetElementPtrInst() local
3730 Type *ElTy = LI.getType(); in visitLoadInst() local
3756 Type *ElTy = SI.getOperand(0)->getType(); in visitStoreInst() local
3829 Type *ElTy = CXI.getOperand(1)->getType(); in visitAtomicCmpXchgInst() local
3840 Type *ElTy = RMWI.getOperand(1)->getType(); in visitAtomicRMWInst() local
H A DIRBuilder.cpp1104 Type *ElTy, Value *Base, unsigned Dimension, unsigned LastIndex, in CreatePreserveArrayAccessIndex()
1151 Type *ElTy, Value *Base, unsigned Index, unsigned FieldIndex, in CreatePreserveStructAccessIndex()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.cpp694 Type *ElTy = OpTy->getScalarType(); in getCmpOpsType() local
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DScalarizer.cpp282 Type *ElTy = cast<VectorType>(PtrTy->getElementType())->getElementType(); in operator []() local
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonCommonGEP.cpp1118 Type *ElTy = cast<PointerType>(InpTy->getScalarType())->getElementType(); in fabricateGEP() local
H A DHexagonISelLowering.cpp2030 Type *ElTy = I.getCalledFunction()->getReturnType()->getStructElementType(0); in getTgtMemIntrinsic() local
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp451 Type *ElTy = OriginalElTy; in expandAddToGEP() local
/netbsd/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Interpreter/
H A DExecution.cpp952 Type *ElTy = Cond->getType(); in visitSwitchInst() local
/netbsd/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp614 Type *ElTy = cast<PointerType>(FullTy)->getElementType(); in getPointerElementTypes() local
2691 Type *ElTy = getTypeByID(Record[OpNum++]); in parseConstants() local
/netbsd/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp3967 QualType ElTy; in DeduceFromInitializerList() local