/external/llvm-project/clang/lib/CodeGen/ |
D | CGBuilder.h | 175 llvm::StructType *ElTy = cast<llvm::StructType>(Addr.getElementType()); variable 195 llvm::ArrayType *ElTy = cast<llvm::ArrayType>(Addr.getElementType()); variable 309 llvm::StructType *ElTy = cast<llvm::StructType>(Addr.getElementType()); in CreatePreserveStructAccessIndex() local
|
D | CGDecl.cpp | 1254 llvm::Type *ElTy = Loc.getElementType(); in emitStoresForZeroInit() local 1264 llvm::Type *ElTy = Loc.getElementType(); in emitStoresForPatternInit() local 1752 llvm::Type *ElTy = Loc.getElementType(); in emitZeroOrPatternForAutoVarInit() local
|
/external/llvm-project/llvm/include/llvm/IR/ |
D | DerivedTypes.h | 556 FixedVectorType(Type *ElTy, unsigned NumElts) in FixedVectorType() 603 ScalableVectorType(Type *ElTy, unsigned MinNumElts) in ScalableVectorType()
|
/external/llvm/lib/Transforms/IPO/ |
D | ArgumentPromotion.cpp | 188 Type *ElTy = StructTy->getElementType(i); in isDenselyPacked() local 830 Type *ElTy = V->getType(); in DoPromotion() local
|
/external/llvm-project/llvm/lib/Analysis/ |
D | AliasAnalysisEvaluator.cpp | 235 Type *ElTy = cast<PointerType>(Pointer->getType())->getElementType(); in runInternal() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | AliasAnalysisEvaluator.cpp | 235 Type *ElTy = cast<PointerType>(Pointer->getType())->getElementType(); in runInternal() local
|
/external/llvm/lib/Analysis/ |
D | AliasAnalysisEvaluator.cpp | 243 Type *ElTy = cast<PointerType>(Pointer->getType())->getElementType(); in runInternal() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPUHSAMetadataStreamer.cpp | 190 auto ElTy = VecTy->getElementType(); in getTypeName() local 636 auto ElTy = VecTy->getElementType(); in getTypeName() local
|
/external/llvm-project/llvm/lib/Transforms/IPO/ |
D | ArgumentPromotion.cpp | 283 Type *ElTy = V->getType(); in doPromotion() local 798 Type *ElTy = StructTy->getElementType(i); in isDenselyPacked() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
D | ArgumentPromotion.cpp | 286 Type *ElTy = V->getType(); in doPromotion() local 800 Type *ElTy = StructTy->getElementType(i); in isDenselyPacked() local
|
/external/llvm-project/llvm/lib/Target/AMDGPU/ |
D | AMDGPUHSAMetadataStreamer.cpp | 175 auto ElTy = VecTy->getElementType(); in getTypeName() local 593 auto ElTy = VecTy->getElementType(); in getTypeName() local
|
/external/llvm-project/llvm/lib/ExecutionEngine/ |
D | ExecutionEngine.cpp | 105 Type *ElTy = GV->getValueType(); in Create() local 1305 Type *ElTy = GV->getValueType(); in emitGlobalVariable() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/ |
D | ExecutionEngine.cpp | 108 Type *ElTy = GV->getValueType(); in Create() local 1305 Type *ElTy = GV->getValueType(); in EmitGlobalVariable() local
|
/external/llvm/lib/ExecutionEngine/ |
D | ExecutionEngine.cpp | 106 Type *ElTy = GV->getValueType(); in Create() local 1353 Type *ElTy = GV->getValueType(); in EmitGlobalVariable() local
|
/external/llvm/lib/IR/ |
D | Verifier.cpp | 2887 Type *ElTy = in visitGetElementPtrInst() local 2979 Type *ElTy = LI.getType(); in visitLoadInst() local 3006 Type *ElTy = PTy->getElementType(); in visitStoreInst() local 3108 Type *ElTy = PTy->getElementType(); in visitAtomicCmpXchgInst() local 3128 Type *ElTy = PTy->getElementType(); in visitAtomicRMWInst() local
|
D | ConstantFold.cpp | 115 Type *ElTy = PTy->getElementType(); in FoldBitCast() local 1299 static int IdxCompare(Constant *C1, Constant *C2, Type *ElTy) { in IdxCompare()
|
/external/llvm/lib/Transforms/Scalar/ |
D | LoopRerollPass.cpp | 481 Type *ElTy = PTy->getElementType(); in getIncrmentFactorSCEV() local 1491 Type *ElTy = PTy->getElementType(); in replaceIV() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Verifier.cpp | 3314 Type *ElTy = in visitGetElementPtrInst() local 3409 Type *ElTy = LI.getType(); in visitLoadInst() local 3435 Type *ElTy = PTy->getElementType(); in visitStoreInst() local 3534 Type *ElTy = PTy->getElementType(); in visitAtomicCmpXchgInst() local 3554 Type *ElTy = PTy->getElementType(); in visitAtomicRMWInst() local
|
D | ConstantFold.cpp | 116 Type *ElTy = PTy->getElementType(); in FoldBitCast() local 1427 static int IdxCompare(Constant *C1, Constant *C2, Type *ElTy) { in IdxCompare()
|
/external/llvm-project/llvm/lib/IR/ |
D | ConstantFold.cpp | 126 Type *ElTy = PTy->getElementType(); in FoldBitCast() local 1548 static int IdxCompare(Constant *C1, Constant *C2, Type *ElTy) { in IdxCompare()
|
D | Verifier.cpp | 3497 Type *ElTy = in visitGetElementPtrInst() local 3594 Type *ElTy = LI.getType(); in visitLoadInst() local 3620 Type *ElTy = PTy->getElementType(); in visitStoreInst() local 3719 Type *ElTy = PTy->getElementType(); in visitAtomicCmpXchgInst() local 3739 Type *ElTy = PTy->getElementType(); in visitAtomicRMWInst() local
|
D | IRBuilder.cpp | 1047 Type *ElTy, Value *Base, unsigned Dimension, unsigned LastIndex, in CreatePreserveArrayAccessIndex() 1096 Type *ElTy, Value *Base, unsigned Index, unsigned FieldIndex, in CreatePreserveStructAccessIndex()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | IRBuilder.h | 2717 Value *CreatePreserveArrayAccessIndex(Type *ElTy, Value *Base, in CreatePreserveArrayAccessIndex() 2766 Value *CreatePreserveStructAccessIndex(Type *ElTy, Value *Base, in CreatePreserveStructAccessIndex()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
D | SystemZTargetTransformInfo.cpp | 644 Type *ElTy = OpTy->getScalarType(); in getCmpOpsType() local
|
/external/llvm-project/llvm/lib/Target/SystemZ/ |
D | SystemZTargetTransformInfo.cpp | 677 Type *ElTy = OpTy->getScalarType(); in getCmpOpsType() local
|