Home
last modified time | relevance | path

Searched defs:StoreInst (Results 1 – 12 of 12) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/
DVNCoercion.h27 class StoreInst; variable
DLocal.h55 class StoreInst; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86AvoidStoreForwardingBlocks.cpp385 int64_t LoadDisp, MachineInstr *StoreInst, in buildCopy()
437 int64_t LdDispImm, MachineInstr *StoreInst, in buildCopies()
498 static void updateKillStatus(MachineInstr *LoadInst, MachineInstr *StoreInst) { in updateKillStatus()
572 MachineInstr *LoadInst, MachineInstr *StoreInst, in breakBlockedCopies()
618 MachineInstr *StoreInst) { in hasSameBaseOpValue()
719 MachineInstr *StoreInst = LoadStoreInstPair.second; in runOnMachineFunction() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Scalar/
DMemCpyOptimizer.h35 class StoreInst; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Vectorize/
DSLPVectorizer.h45 class StoreInst; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DMemoryLocation.h26 class StoreInst; variable
DAliasSetTracker.h44 class StoreInst; variable
DTargetTransformInfo.h54 class StoreInst; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DInstructions.cpp1363 StoreInst::StoreInst(Value *val, Value *addr, Instruction *InsertBefore) in StoreInst() function in StoreInst
1366 StoreInst::StoreInst(Value *val, Value *addr, BasicBlock *InsertAtEnd) in StoreInst() function in StoreInst
1369 StoreInst::StoreInst(Value *val, Value *addr, bool isVolatile, in StoreInst() function in StoreInst
1373 StoreInst::StoreInst(Value *val, Value *addr, bool isVolatile, in StoreInst() function in StoreInst
1377 StoreInst::StoreInst(Value *val, Value *addr, bool isVolatile, MaybeAlign Align, in StoreInst() function in StoreInst
1382 StoreInst::StoreInst(Value *val, Value *addr, bool isVolatile, MaybeAlign Align, in StoreInst() function in StoreInst
1387 StoreInst::StoreInst(Value *val, Value *addr, bool isVolatile, MaybeAlign Align, in StoreInst() function in StoreInst
1401 StoreInst::StoreInst(Value *val, Value *addr, bool isVolatile, MaybeAlign Align, in StoreInst() function in StoreInst
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64LoadStoreOptimizer.cpp339 MachineInstr &StoreInst) { in isMatchingStore()
577 MachineInstr &StoreInst, in isLdOffsetInRangeOfSt()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.h80 class StoreInst; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCFrameLowering.cpp841 const MCInstrDesc& StoreInst = TII.get(isPPC64 ? PPC::STD in emitPrologue() local