Home
last modified time | relevance | path

Searched defs:LoadTy (Results 1 – 22 of 22) sorted by relevance

/llvm-project/llvm/lib/Transforms/Utils/
H A DVNCoercion.cpp18 canCoerceMustAliasedValueToLoad(Value * StoredVal,Type * LoadTy,const DataLayout & DL) canCoerceMustAliasedValueToLoad() argument
173 analyzeLoadFromClobberingWrite(Type * LoadTy,Value * LoadPtr,Value * WritePtr,uint64_t WriteSizeInBits,const DataLayout & DL) analyzeLoadFromClobberingWrite() argument
211 analyzeLoadFromClobberingStore(Type * LoadTy,Value * LoadPtr,StoreInst * DepSI,const DataLayout & DL) analyzeLoadFromClobberingStore() argument
232 analyzeLoadFromClobberingLoad(Type * LoadTy,Value * LoadPtr,LoadInst * DepLI,const DataLayout & DL) analyzeLoadFromClobberingLoad() argument
246 analyzeLoadFromClobberingMemInst(Type * LoadTy,Value * LoadPtr,MemIntrinsic * MI,const DataLayout & DL) analyzeLoadFromClobberingMemInst() argument
294 getStoreValueForLoadHelper(Value * SrcVal,unsigned Offset,Type * LoadTy,IRBuilderBase & Builder,const DataLayout & DL) getStoreValueForLoadHelper() argument
335 getValueForLoad(Value * SrcVal,unsigned Offset,Type * LoadTy,Instruction * InsertPt,const DataLayout & DL) getValueForLoad() argument
349 getConstantValueForLoad(Constant * SrcVal,unsigned Offset,Type * LoadTy,const DataLayout & DL) getConstantValueForLoad() argument
361 getMemInstValueForLoad(MemIntrinsic * SrcInst,unsigned Offset,Type * LoadTy,Instruction * InsertPt,const DataLayout & DL) getMemInstValueForLoad() argument
408 getConstantMemInstValueForLoad(MemIntrinsic * SrcInst,unsigned Offset,Type * LoadTy,const DataLayout & DL) getConstantMemInstValueForLoad() argument
[all...]
/llvm-project/llvm/lib/Target/ARM/
H A DARMParallelDSP.cpp730 IntegerType *LoadTy) { in CreateWideLoad() argument
/llvm-project/llvm/lib/Analysis/
H A DLoads.cpp473 areNonOverlapSameBaseLoadAndStore(const Value * LoadPtr,Type * LoadTy,const Value * StorePtr,Type * StoreTy,const DataLayout & DL) areNonOverlapSameBaseLoadAndStore() argument
H A DConstantFolding.cpp546 FoldReinterpretLoadFromConst(Constant * C,Type * LoadTy,int64_t Offset,const DataLayout & DL) FoldReinterpretLoadFromConst() argument
[all...]
/llvm-project/llvm/lib/Transforms/Scalar/
H A DScalarizeMaskedMemIntrin.cpp1028 Type *LoadTy = CI->getType(); optimizeCallInst() local
H A DGVN.cpp1074 Type *LoadTy = Load->getType(); MaterializeAdjustedValue() local
1213 findDominatingValue(const MemoryLocation & Loc,Type * LoadTy,Instruction * From,AAResults * AA) findDominatingValue() argument
H A DSROA.cpp1607 Type *LoadTy = SomeLoad->getType(); speculatePHINodeLoads() local
/llvm-project/llvm/lib/Transforms/AggressiveInstCombine/
H A DAggressiveInstCombine.cpp896 Type *LoadTy = LI->getType(); foldPatternedLoads() local
/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp663 Type *LoadTy = Load.getType(); combineLoadToOperationType() local
/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVectorCombine.cpp243 Type *LoadTy = Load->getType(); vectorizeLoadInsert() local
320 Type *LoadTy = Load->getType(); widenSubvectorLoad() local
H A DSLPVectorizer.cpp8325 auto *LoadTy = FixedVectorType::get(VL.front()->getType(), VF); getBuildVectorCost() local
/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DMachineIRBuilder.cpp454 LLT LoadTy = Dst.getLLTTy(*getMRI()); in buildLoadFromOffset() local
H A DLegalizerHelper.cpp3423 LLT LoadTy = DstTy; lowerLoad() local
/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp3663 evalLoad(ExplodedNodeSet & Dst,const Expr * NodeEx,const Expr * BoundEx,ExplodedNode * Pred,ProgramStateRef state,SVal location,const ProgramPointTag * tag,QualType LoadTy) evalLoad() argument
/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULegalizerInfo.cpp3037 LLT LoadTy = Ty.getSizeInBits() == 32 ? PtrTy : Ty; legalizeGlobalValue() local
6011 LLT LoadTy = LLT::fixed_vector(NumLoadDWords, S32); legalizeBufferLoad() local
H A DAMDGPURegisterBankInfo.cpp1060 const LLT LoadTy = MRI.getType(DstReg); in applyMappingLoad() local
H A DAMDGPUISelLowering.cpp862 bool AMDGPUTargetLowering::isLoadBitCastBeneficial(EVT LoadTy, EVT CastTy, in isLoadBitCastBeneficial() argument
/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp3178 MVT LoadTy = ty(Op); LowerUnalignedLoad() local
H A DHexagonISelLoweringHVX.cpp3067 MVT LoadTy = MVT::getVectorVT(MVT::i8, HwLen); WidenHvxLoad() local
/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp1583 MVT LoadTy = TLI.getRegisterType(MVT::i8); getSignAsIntValue() local
H A DSelectionDAGBuilder.cpp8844 Type *LoadTy = getMemCmpLoad() local
/llvm-project/clang/lib/CodeGen/
H A DCGBuiltin.cpp18749 llvm::Type *LoadTy = ConvertType(E->getType()); EmitAMDGPUBuiltinExpr() local