Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCHazardRecognizers.cpp281 bool &isLoad, bool &isStore) { in GetInstrType()
334 bool isFirst, isSingle, isCracked, isLoad, isStore; in getHazardType() local
392 bool isFirst, isSingle, isCracked, isLoad, isStore; in EmitInstruction() local
DPPCISelLowering.cpp2591 bool isLoad = true; in getPreIndexedAddressParts() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DMemoryDependenceAnalysis.cpp329 const MemoryLocation &MemLoc, bool isLoad, BasicBlock::iterator ScanIt, in getPointerDependencyFrom()
442 const MemoryLocation &MemLoc, bool isLoad, BasicBlock::iterator ScanIt, in getSimplePointerDependencyFrom()
750 bool isLoad = !isModSet(MR); in getDependency() local
918 bool isLoad = isa<LoadInst>(QueryInst); in getNonLocalPointerDependency() local
979 Instruction *QueryInst, const MemoryLocation &Loc, bool isLoad, in GetNonLocalInfoForBlock()
1095 const MemoryLocation &Loc, bool isLoad, BasicBlock *StartBB, in getNonLocalPointerDepFromBB()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineMemOperand.h258 bool isLoad() const { return FlagVals & MOLoad; } in isLoad() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARC/
DARCInstrInfo.cpp53 static bool isLoad(int Opcode) { in isLoad() function
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
DOptimizer.cpp685 bool Optimizer::isLoad(const Ice::Inst &instruction) in isLoad() function in __anona784d5550111::Optimizer
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/Disassembler/
DSparcDisassembler.cpp372 bool isLoad, DecodeFunc DecodeRD) { in DecodeMem()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DEarlyCSE.cpp649 bool isLoad() const { in isLoad() function in __anonf3cf0d560311::EarlyCSE::ParseMemoryInst
/third_party/mesa3d/src/nouveau/codegen/
Dnv50_ir_peephole.cpp3173 bool isLoad = true; in runOpt() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMBaseInstrInfo.cpp171 bool isLoad = !MI.mayStore(); in convertToThreeAddress() local
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceAssemblerARM32.cpp2044 constexpr bool isLoad = false; in push() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/AsmParser/
DARMAsmParser.cpp7123 bool isLoad = (Mnemonic == "ldrexd" || Mnemonic == "ldaexd"); in ParseInstruction() local