/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
H A D | VNCoercion.cpp | 15 bool canCoerceMustAliasedValueToLoad(Value *StoredVal, Type *LoadTy, in canCoerceMustAliasedValueToLoad() 163 static int analyzeLoadFromClobberingWrite(Type *LoadTy, Value *LoadPtr, in analyzeLoadFromClobberingWrite() 218 int analyzeLoadFromClobberingStore(Type *LoadTy, Value *LoadPtr, in analyzeLoadFromClobberingStore() 246 int analyzeLoadFromClobberingLoad(Type *LoadTy, Value *LoadPtr, LoadInst *DepLI, in analyzeLoadFromClobberingLoad() 283 int analyzeLoadFromClobberingMemInst(Type *LoadTy, Value *LoadPtr, in analyzeLoadFromClobberingMemInst() 344 static T *getStoreValueForLoadHelper(T *SrcVal, unsigned Offset, Type *LoadTy, in getStoreValueForLoadHelper() 387 Value *getStoreValueForLoad(Value *SrcVal, unsigned Offset, Type *LoadTy, in getStoreValueForLoad() 396 Type *LoadTy, const DataLayout &DL) { in getConstantStoreValueForLoad() 407 Value *getLoadValueForLoad(LoadInst *SrcVal, unsigned Offset, Type *LoadTy, in getLoadValueForLoad() 454 Type *LoadTy, const DataLayout &DL) { in getConstantLoadValueForLoad() [all …]
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/ |
H A D | VNCoercion.cpp | 18 bool canCoerceMustAliasedValueToLoad(Value *StoredVal, Type *LoadTy, in canCoerceMustAliasedValueToLoad() 173 static int analyzeLoadFromClobberingWrite(Type *LoadTy, Value *LoadPtr, in analyzeLoadFromClobberingWrite() 211 int analyzeLoadFromClobberingStore(Type *LoadTy, Value *LoadPtr, in analyzeLoadFromClobberingStore() 317 int analyzeLoadFromClobberingLoad(Type *LoadTy, Value *LoadPtr, LoadInst *DepLI, in analyzeLoadFromClobberingLoad() 352 int analyzeLoadFromClobberingMemInst(Type *LoadTy, Value *LoadPtr, in analyzeLoadFromClobberingMemInst() 400 Type *LoadTy, IRBuilderBase &Builder, in getStoreValueForLoadHelper() 445 Value *getStoreValueForLoad(Value *SrcVal, unsigned Offset, Type *LoadTy, in getStoreValueForLoad() 454 Type *LoadTy, const DataLayout &DL) { in getConstantStoreValueForLoad() 463 Value *getLoadValueForLoad(LoadInst *SrcVal, unsigned Offset, Type *LoadTy, in getLoadValueForLoad() 511 Type *LoadTy, const DataLayout &DL) { in getConstantLoadValueForLoad() [all …]
|
/aosp_15_r20/external/llvm/lib/Transforms/Scalar/ |
H A D | GVN.cpp | 699 Type *LoadTy, in CanCoerceMustAliasedValueToLoad() 810 static int AnalyzeLoadFromClobberingWrite(Type *LoadTy, Value *LoadPtr, in AnalyzeLoadFromClobberingWrite() 885 static int AnalyzeLoadFromClobberingStore(Type *LoadTy, Value *LoadPtr, in AnalyzeLoadFromClobberingStore() 902 static int AnalyzeLoadFromClobberingLoad(Type *LoadTy, Value *LoadPtr, in AnalyzeLoadFromClobberingLoad() 934 static int AnalyzeLoadFromClobberingMemInst(Type *LoadTy, Value *LoadPtr, in AnalyzeLoadFromClobberingMemInst() 987 Type *LoadTy, in GetStoreValueForLoad() 1026 Type *LoadTy, Instruction *InsertPt, in GetLoadValueForLoad() 1085 Type *LoadTy, Instruction *InsertPt, in GetMemInstValueForLoad() 1178 Type *LoadTy = LI->getType(); in MaterializeAdjustedValue() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineLoadStoreAlloca.cpp | 632 static bool isMinMaxWithLoads(Value *V, Type *&LoadTy) { in isMinMaxWithLoads() 690 Type *LoadTy = Load.getType(); in combineLoadToOperationType() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPURegisterBankInfo.cpp | 520 LLT LoadTy = MRI.getType(MI.getOperand(0).getReg()); in getInstrAlternativeMappings() local 1117 const LLT LoadTy = MRI.getType(DstReg); in applyMappingWideLoad() local 2355 LLT LoadTy = MRI.getType(MI.getOperand(0).getReg()); in getInstrMappingForLoad() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Vectorize/ |
H A D | VectorCombine.cpp | 228 Type *LoadTy = Load->getType(); in vectorizeLoadInsert() local 306 Type *LoadTy = Load->getType(); in widenSubvectorLoad() local
|
H A D | LoadStoreVectorizer.cpp | 1170 Type *LoadTy = nullptr; in vectorizeLoadChain() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/ |
H A D | Loads.cpp | 447 Type *LoadTy, in areNonOverlapSameBaseLoadAndStore()
|
H A D | ConstantFolding.cpp | 546 Constant *FoldReinterpretLoadFromConst(Constant *C, Type *LoadTy, in FoldReinterpretLoadFromConst()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/ |
H A D | GVN.cpp | 984 Type *LoadTy = Load->getType(); in MaterializeAdjustedValue() local 1113 static Value *findDominatingValue(const MemoryLocation &Loc, Type *LoadTy, in findDominatingValue()
|
H A D | ScalarizeMaskedMemIntrin.cpp | 957 Type *LoadTy = CI->getType(); in optimizeCallInst() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/ARM/ |
H A D | ARMParallelDSP.cpp | 733 IntegerType *LoadTy) { in CreateWideLoad()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
H A D | ARMParallelDSP.cpp | 734 IntegerType *LoadTy) { in CreateWideLoad()
|
/aosp_15_r20/external/clang/lib/StaticAnalyzer/Core/ |
H A D | ExprEngine.cpp | 2318 QualType LoadTy) in evalLoad() 2357 QualType LoadTy) { in evalLoadCommon()
|
/aosp_15_r20/external/llvm/lib/Transforms/Vectorize/ |
H A D | LoadStoreVectorizer.cpp | 823 Type *LoadTy; in vectorizeLoadChain() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/ |
H A D | LoadStoreVectorizer.cpp | 1096 Type *LoadTy = nullptr; in vectorizeLoadChain() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineLoadStoreAlloca.cpp | 536 static bool isMinMaxWithLoads(Value *V, Type *&LoadTy) { in isMinMaxWithLoads()
|
/aosp_15_r20/external/llvm/lib/Analysis/ |
H A D | ConstantFolding.cpp | 408 Constant *FoldReinterpretLoadFromConstPtr(Constant *C, Type *LoadTy, in FoldReinterpretLoadFromConstPtr()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/GlobalISel/ |
H A D | MachineIRBuilder.cpp | 411 LLT LoadTy = Dst.getLLTTy(*getMRI()); in buildLoadFromOffset() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
H A D | ConstantFolding.cpp | 502 Constant *FoldReinterpretLoadFromConstPtr(Constant *C, Type *LoadTy, in FoldReinterpretLoadFromConstPtr()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
H A D | GVN.cpp | 776 Type *LoadTy = LI->getType(); in MaterializeAdjustedValue() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPULegalizerInfo.cpp | 2571 LLT LoadTy = Ty.getSizeInBits() == 32 ? PtrTy : Ty; in legalizeGlobalValue() local 4584 LLT LoadTy = LLT::fixed_vector(NumLoadDWords, S32); in legalizeBufferLoad() local
|
/aosp_15_r20/external/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUISelLowering.cpp | 535 bool AMDGPUTargetLowering::isLoadBitCastBeneficial(EVT LoadTy, in isLoadBitCastBeneficial()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeDAG.cpp | 1460 MVT LoadTy = TLI.getRegisterType(*DAG.getContext(), MVT::i8); in getSignAsIntValue() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
H A D | HexagonISelLowering.cpp | 2717 MVT LoadTy = ty(Op); in LowerUnalignedLoad() local
|