Home
last modified time | relevance | path

Searched refs:isStore (Results 1 – 25 of 56) sorted by relevance

123

/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
DPPCHazardRecognizers.cpp69 bool &isLoad, bool &isStore) { in GetInstrType() argument
71 isFirst = isSingle = isCracked = isLoad = isStore = false; in GetInstrType()
79 isStore = MCID.mayStore(); in GetInstrType()
129 bool isFirst, isSingle, isCracked, isLoad, isStore; in getHazardType() local
132 isLoad, isStore); in getHazardType()
228 bool isFirst, isSingle, isCracked, isLoad, isStore; in EmitInstruction() local
231 isLoad, isStore); in EmitInstruction()
239 if (isStore) { in EmitInstruction()
DPPCHazardRecognizers.h64 bool &isLoad, bool &isStore);
/external/swiftshader/src/Reactor/
DOptimizer.cpp43 static bool isStore(const Ice::Inst &instruction);
65 LoadStoreInst(Ice::Inst* inst, bool isStore) in LoadStoreInst()
67 address(isStore ? storeAddress(inst) : loadAddress(inst)), in LoadStoreInst()
68 isStore(isStore) in LoadStoreInst()
74 bool isStore; member
370 bool isStoreInst = isStore(inst); in optimizeStoresInSingleBasicBlock()
393 if(loadStoreInst.isStore) in optimizeStoresInSingleBasicBlock()
540 else if(isStore(*instruction)) in isDead()
600 bool Optimizer::isStore(const Ice::Inst &instruction) in isStore() function in __anon5e84af970111::Optimizer
612 assert(isStore(*instruction)); in storeAddress()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
DPPCHazardRecognizers.cpp284 bool &isLoad, bool &isStore) { in GetInstrType() argument
288 isStore = MCID.mayStore(); in GetInstrType()
337 bool isFirst, isSingle, isCracked, isLoad, isStore; in getHazardType() local
340 isLoad, isStore); in getHazardType()
395 bool isFirst, isSingle, isCracked, isLoad, isStore; in EmitInstruction() local
398 isLoad, isStore); in EmitInstruction()
405 if (isStore && NumStores < 4 && !MI->memoperands_empty()) { in EmitInstruction()
DPPCHazardRecognizers.h93 bool &isLoad, bool &isStore);
/external/llvm/lib/Target/PowerPC/
DPPCHazardRecognizers.cpp284 bool &isLoad, bool &isStore) { in GetInstrType() argument
288 isStore = MCID.mayStore(); in GetInstrType()
337 bool isFirst, isSingle, isCracked, isLoad, isStore; in getHazardType() local
340 isLoad, isStore); in getHazardType()
395 bool isFirst, isSingle, isCracked, isLoad, isStore; in EmitInstruction() local
398 isLoad, isStore); in EmitInstruction()
405 if (isStore && NumStores < 4 && !MI->memoperands_empty()) { in EmitInstruction()
DPPCHazardRecognizers.h93 bool &isLoad, bool &isStore);
/external/swiftshader/third_party/LLVM/lib/Target/Blackfin/
DBlackfinRegisterInfo.cpp215 bool isStore = false; in eliminateFrameIndex() local
219 isStore = true; in eliminateFrameIndex()
226 MI.setDesc(TII.get(isStore in eliminateFrameIndex()
232 MI.setDesc(TII.get(isStore in eliminateFrameIndex()
239 MI.setDesc(TII.get(isStore in eliminateFrameIndex()
262 isStore = true; in eliminateFrameIndex()
273 MI.setDesc(TII.get(isStore ? BF::STORE16pi : BF::LOAD16pi)); in eliminateFrameIndex()
/external/llvm/lib/Target/NVPTX/
DNVPTXInstrInfo.cpp104 bool isStore = false; in isStoreInstr() local
107 isStore = (TSFlags == 1); in isStoreInstr()
108 if (isStore) in isStoreInstr()
110 return isStore; in isStoreInstr()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMInstructionSelector.cpp252 bool isStore = Opc == TargetOpcode::G_STORE; in selectLoadStoreOpCode() local
258 return isStore ? ARM::STRBi12 : ARM::LDRBi12; in selectLoadStoreOpCode()
260 return isStore ? ARM::STRH : ARM::LDRH; in selectLoadStoreOpCode()
262 return isStore ? ARM::STRi12 : ARM::LDRi12; in selectLoadStoreOpCode()
271 return isStore ? ARM::VSTRS : ARM::VLDRS; in selectLoadStoreOpCode()
273 return isStore ? ARM::VSTRD : ARM::VLDRD; in selectLoadStoreOpCode()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64InstructionSelector.cpp295 const bool isStore = GenericOpc == TargetOpcode::G_STORE; in selectLoadStoreUIOp() local
300 return isStore ? AArch64::STRBBui : AArch64::LDRBBui; in selectLoadStoreUIOp()
302 return isStore ? AArch64::STRHHui : AArch64::LDRHHui; in selectLoadStoreUIOp()
304 return isStore ? AArch64::STRWui : AArch64::LDRWui; in selectLoadStoreUIOp()
306 return isStore ? AArch64::STRXui : AArch64::LDRXui; in selectLoadStoreUIOp()
312 return isStore ? AArch64::STRBui : AArch64::LDRBui; in selectLoadStoreUIOp()
314 return isStore ? AArch64::STRHui : AArch64::LDRHui; in selectLoadStoreUIOp()
316 return isStore ? AArch64::STRSui : AArch64::LDRSui; in selectLoadStoreUIOp()
318 return isStore ? AArch64::STRDui : AArch64::LDRDui; in selectLoadStoreUIOp()
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DMachineMemOperand.h141 bool isStore() const { return Flags & MOStore; } in isStore() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARC/
DARCInstrInfo.cpp46 static bool isStore(int Opcode) { in isStore() function
78 if (isStore(Opcode)) { in isStoreToStackSlot()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DMachineOperand.cpp991 assert((isLoad() || isStore()) && "Not a load/store!"); in MachineMemOperand()
1067 assert((isLoad() || isStore()) && in print()
1071 if (isStore()) in print()
1083 OS << ((isLoad() && isStore()) ? " on " : isLoad() ? " from " : " into "); in print()
1086 OS << ((isLoad() && isStore()) ? " on " : isLoad() ? " from " : " into "); in print()
DMachineFunction.cpp428 if (!(*I)->isStore()) in extractLoadMemRefs()
454 if ((*I)->isStore()) in extractStoreMemRefs()
461 if ((*I)->isStore()) { in extractStoreMemRefs()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DMachineFunction.cpp234 if (!(*I)->isStore()) in extractLoadMemRefs()
258 if ((*I)->isStore()) in extractStoreMemRefs()
265 if ((*I)->isStore()) { in extractStoreMemRefs()
DMachineInstr.cpp374 assert((isLoad() || isStore()) && "Not a load/store!"); in MachineMemOperand()
409 assert((MMO.isLoad() || MMO.isStore()) && in operator <<()
417 if (MMO.isStore()) in operator <<()
1255 if ((*I)->isStore()) return false; in isInvariantLoad()
/external/llvm/lib/Transforms/Scalar/
DEarlyCSE.cpp396 bool isStore() const { in isStore() function in __anon68e036b60311::EarlyCSE::ParseMemoryInst
713 if (MemInst.isValid() && MemInst.isStore()) { in processNode()
741 if (MemInst.isValid() && MemInst.isStore()) { in processNode()
/external/llvm/include/llvm/CodeGen/
DMachineMemOperand.h178 bool isStore() const { return FlagVals & MOStore; } in isStore() function
/external/llvm/lib/CodeGen/
DMachineFunction.cpp344 if (!(*I)->isStore()) in extractLoadMemRefs()
368 if ((*I)->isStore()) in extractStoreMemRefs()
375 if ((*I)->isStore()) { in extractStoreMemRefs()
/external/proguard/src/proguard/classfile/instruction/
DVariableInstruction.java144 public boolean isStore() in isStore() method in VariableInstruction
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DMachineMemOperand.h259 bool isStore() const { return FlagVals & MOStore; } in isStore() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DEarlyCSE.cpp500 bool isStore() const { in isStore() function in __anonca29b00e0311::EarlyCSE::ParseMemoryInst
1069 if (MemInst.isValid() && MemInst.isStore()) { in processNode()
1109 if (MemInst.isValid() && MemInst.isStore()) { in processNode()
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DCodeGenDAGPatterns.cpp834 return isLoad() || isStore() || isAtomic() || in hasPredCode()
841 if (!isLoad() && !isStore() && !isAtomic()) { in getPredCode()
849 if (!isLoad() && !isStore()) { in getPredCode()
861 if (isLoad() + isStore() + isAtomic() > 1) in getPredCode()
886 if (isStore()) { in getPredCode()
938 if (isLoad() || isStore() || isAtomic()) { in getPredCode()
940 isLoad() ? "LoadSDNode" : isStore() ? "StoreSDNode" : "AtomicSDNode"; in getPredCode()
980 if (isLoad() || isStore()) { in getPredCode()
1070 bool TreePredicateFn::isStore() const { in isStore() function in TreePredicateFn
1184 if (isStore()) in getCodeToRunOnSDNode()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/InstPrinter/
DARMInstPrinter.cpp251 bool isStore = Opcode == ARM::STREXD || Opcode == ARM::STLEXD; in printInst() local
252 unsigned Reg = MI->getOperand(isStore ? 1 : 0).getReg(); in printInst()
258 if (isStore) in printInst()
265 for (unsigned i = isStore ? 3 : 2; i < MI->getNumOperands(); ++i) in printInst()

123