/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86AvoidStoreForwardingBlocks.cpp | 338 findPotentialBlockers(MachineInstr *LoadInst) { in findPotentialBlockers() 384 void X86AvoidSFBPass::buildCopy(MachineInstr *LoadInst, unsigned NLoadOpcode, in buildCopy() 436 void X86AvoidSFBPass::buildCopies(int Size, MachineInstr *LoadInst, in buildCopies() 498 static void updateKillStatus(MachineInstr *LoadInst, MachineInstr *StoreInst) { in updateKillStatus() 565 unsigned X86AvoidSFBPass::getRegSizeInBytes(MachineInstr *LoadInst) { in getRegSizeInBytes() 572 MachineInstr *LoadInst, MachineInstr *StoreInst, in breakBlockedCopies() 617 static bool hasSameBaseOpValue(MachineInstr *LoadInst, in hasSameBaseOpValue() 688 MachineInstr *LoadInst = LoadStoreInstPair.first; in runOnMachineFunction() local
|
D | X86InstructionSelector.cpp | 1446 MachineInstr *LoadInst = nullptr; in materializeFP() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | Instructions.h | 203 LoadInst(Value *Ptr, const Twine &NameStr, BasicBlock *InsertAtEnd) in LoadInst() function 210 LoadInst(Value *Ptr, const Twine &NameStr, bool isVolatile, in LoadInst() function 218 LoadInst(Value *Ptr, const Twine &NameStr, bool isVolatile, MaybeAlign Align, in LoadInst() function 227 LoadInst(Value *Ptr, const Twine &NameStr, bool isVolatile, MaybeAlign Align, in LoadInst() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/ |
D | VNCoercion.h | 28 class LoadInst; variable
|
D | SSAUpdater.h | 24 class LoadInst; variable
|
D | Local.h | 51 class LoadInst; variable
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Scalar/ |
D | JumpThreading.h | 42 class LoadInst; variable
|
D | GVN.h | 47 class LoadInst; variable
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | FastISel.h | 43 class LoadInst; variable 305 const LoadInst * /*LI*/) { in tryToFoldLoadIntoMI()
|
D | SelectionDAGISel.h | 41 class LoadInst; variable
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | MemoryLocation.h | 25 class LoadInst; variable
|
D | MemoryBuiltins.h | 47 class LoadInst; variable
|
D | MemoryDependenceAnalysis.h | 42 class LoadInst; variable
|
D | AliasSetTracker.h | 38 class LoadInst; variable
|
D | TargetTransformInfo.h | 48 class LoadInst; variable
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | MemoryBuiltins.cpp | 776 SizeOffsetType ObjectSizeOffsetVisitor::visitLoadInst(LoadInst&) { in visitLoadInst() argument 986 SizeOffsetEvalType ObjectSizeOffsetEvaluator::visitLoadInst(LoadInst&) { in visitLoadInst() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Instructions.cpp | 1290 LoadInst::LoadInst(Type *Ty, Value *Ptr, const Twine &Name, in LoadInst() function in LoadInst 1294 LoadInst::LoadInst(Type *Ty, Value *Ptr, const Twine &Name, in LoadInst() function in LoadInst 1298 LoadInst::LoadInst(Type *Ty, Value *Ptr, const Twine &Name, bool isVolatile, in LoadInst() function in LoadInst 1302 LoadInst::LoadInst(Type *Ty, Value *Ptr, const Twine &Name, bool isVolatile, in LoadInst() function in LoadInst 1306 LoadInst::LoadInst(Type *Ty, Value *Ptr, const Twine &Name, bool isVolatile, in LoadInst() function in LoadInst 1311 LoadInst::LoadInst(Type *Ty, Value *Ptr, const Twine &Name, bool isVolatile, in LoadInst() function in LoadInst 1316 LoadInst::LoadInst(Type *Ty, Value *Ptr, const Twine &Name, bool isVolatile, in LoadInst() function in LoadInst 1328 LoadInst::LoadInst(Type *Ty, Value *Ptr, const Twine &Name, bool isVolatile, in LoadInst() function in LoadInst
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64LoadStoreOptimizer.cpp | 338 static unsigned isMatchingStore(MachineInstr &LoadInst, in isMatchingStore() 576 static bool isLdOffsetInRangeOfSt(MachineInstr &LoadInst, in isLdOffsetInRangeOfSt()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGBuilder.h | 74 class LoadInst; variable
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCFrameLowering.cpp | 1409 const MCInstrDesc& LoadInst = TII.get( isPPC64 ? PPC::LD in emitEpilogue() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMISelDAGToDAG.cpp | 2674 auto LoadInst = in SelectMVE_VLD() local
|