Home
last modified time | relevance | path

Searched defs:NewLoad (Results 1 – 25 of 55) sorted by relevance

123

/aosp_15_r20/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp327 LoadInst *NewLoad = IC.Builder->CreateAlignedLoad( in combineLoadToNewType() local
483 LoadInst *NewLoad = combineLoadToNewType( in combineLoadToOperationType() local
506 LoadInst *NewLoad = combineLoadToNewType(IC, LI, CI->getDestTy()); in combineLoadToOperationType() local
535 LoadInst *NewLoad = combineLoadToNewType(IC, LI, ST->getTypeAtIndex(0U), in unpackLoadToAggregate() local
577 LoadInst *NewLoad = combineLoadToNewType(IC, LI, ET, ".unpack"); in unpackLoadToAggregate() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp472 LoadInst *NewLoad = Builder.CreateAlignedLoad( in combineLoadToNewType() local
610 LoadInst *NewLoad = IC.combineLoadToNewType( in combineLoadToOperationType() local
633 LoadInst *NewLoad = IC.combineLoadToNewType(LI, CI->getDestTy()); in combineLoadToOperationType() local
661 LoadInst *NewLoad = IC.combineLoadToNewType(LI, ST->getTypeAtIndex(0U), in unpackLoadToAggregate() local
711 LoadInst *NewLoad = IC.combineLoadToNewType(LI, ET, ".unpack"); in unpackLoadToAggregate() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp565 LoadInst *NewLoad = Builder.CreateAlignedLoad( in combineLoadToNewType() local
702 LoadInst *NewLoad = IC.combineLoadToNewType(Load, DestTy); in combineLoadToOperationType() local
731 LoadInst *NewLoad = IC.combineLoadToNewType(LI, ST->getTypeAtIndex(0U), in unpackLoadToAggregate() local
774 LoadInst *NewLoad = IC.combineLoadToNewType(LI, ET, ".unpack"); in unpackLoadToAggregate() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/FuzzMutate/
H A DRandomIRBuilder.cpp56 auto *NewLoad = new LoadInst( in newSource() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/FuzzMutate/
H A DRandomIRBuilder.cpp63 auto *NewLoad = new LoadInst(AccessTy, Ptr, "L", &*IP); in newSource() local
/aosp_15_r20/external/llvm/lib/Transforms/Scalar/
H A DLoadCombine.cpp215 LoadInst *NewLoad = new LoadInst( in combineLoads() local
H A DGVN.cpp1054 LoadInst *NewLoad = Builder.CreateLoad(PtrVal); in GetLoadValueForLoad() local
1559 auto *NewLoad = new LoadInst(LoadPtr, LI->getName()+".pre", in PerformLoadPRE() local
/aosp_15_r20/external/swiftshader/third_party/subzero/src/
H A DIceASanInstrumentation.cpp368 auto *NewLoad = InstLoad::create(Context.getNode()->getCfg(), in instrumentLoad() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DVNCoercion.cpp432 LoadInst *NewLoad = Builder.CreateLoad(DestTy, PtrVal); in getLoadValueForLoad() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/
H A DVNCoercion.cpp489 LoadInst *NewLoad = Builder.CreateLoad(DestTy, PtrVal); in getLoadValueForLoad() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
H A DExpandVectorPredication.cpp435 LoadInst *NewLoad = in expandPredicationInMemoryIntrinsic() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
H A DAArch64LegalizerInfo.cpp716 auto NewLoad = MIRBuilder.buildLoad(NewReg, MI.getOperand(1).getReg(), MMO); in legalizeLoadStore() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/
H A DX86AvoidStoreForwardingBlocks.cpp393 MachineInstr *NewLoad = in buildCopy() local
H A DX86InterleavedAccess.cpp224 Instruction *NewLoad = in decompose() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
H A DX86AvoidStoreForwardingBlocks.cpp397 MachineInstr *NewLoad = in buildCopy() local
H A DX86InterleavedAccess.cpp218 Instruction *NewLoad = in decompose() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/AggressiveInstCombine/
H A DAggressiveInstCombine.cpp781 LoadInst *NewLoad = nullptr, *LI1 = LOps.Root; in foldConsecutiveLoads() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AArch64/GISel/
H A DAArch64LegalizerInfo.cpp1236 auto NewLoad = MIRBuilder.buildLoad(NewTy, MI.getOperand(1), MMO); in legalizeLoadStore() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/
H A DR600ISelLowering.cpp1387 SDValue NewLoad = DAG.getExtLoad( in LowerLOAD() local
/aosp_15_r20/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp3204 SDValue NewLoad(Load, 0); in visitAND() local
3248 SDValue NewLoad = in visitAND() local
7226 SDValue NewLoad = DAG.getExtLoad(LN0->getExtensionType(), SDLoc(LN0), in visitTRUNCATE() local
10111 SDValue NewLoad = in visitLOAD() local
11866 SDValue NewLoad = DAG.getLoad( in MergeConsecutiveStores() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DR600ISelLowering.cpp1505 SDValue NewLoad = DAG.getExtLoad( in LowerLOAD() local
/aosp_15_r20/external/llvm/lib/Target/AMDGPU/
H A DR600ISelLowering.cpp1649 SDValue NewLoad = DAG.getExtLoad(ISD::EXTLOAD, DL, VT, Chain, Ptr, in LowerLOAD() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp5027 SDValue NewLoad = ReduceLoadWidth(And.getNode()); in BackwardsPropagateMask() local
5314 SDValue NewLoad(Load, 0); in visitAND() local
6909 SDValue NewLoad = DAG.getExtLoad(NeedsZext ? ISD::ZEXTLOAD : ISD::NON_EXTLOAD, in MatchLoadCombine() local
9558 SDValue NewLoad = DAG.getMaskedLoad( in tryToFoldExtOfMaskedLoad() local
10900 SDValue NewLoad = DAG.getExtLoad(LN0->getExtensionType(), SDLoc(LN0), in visitTRUNCATE() local
14361 SDValue NewLoad = DAG.getExtLoad( in visitLOAD() local
16225 SDValue NewLoad, NewStore; in MergeConsecutiveStores() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Vectorize/
H A DVectorCombine.cpp1203 auto *NewLoad = cast<LoadInst>(Builder.CreateLoad( in scalarizeLoadExtract() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DGVN.cpp1246 auto *NewLoad = new LoadInst( in PerformLoadPRE() local

123