Home
last modified time | relevance | path

Searched refs:isMemOp (Results 1 – 18 of 18) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/HardwareUnits/
DScheduler.cpp86 if (IS->isMemOp()) { in issueInstructionImpl()
106 HasDependentUsers |= Inst.isMemOp() && LSU.hasDependentUsers(IR); in issueInstruction()
135 if (IS.isMemOp() && !LSU.isReady(IR)) { in promoteToReadySet()
172 if (IS.isMemOp() && LSU.isWaiting(IR)) { in promoteToPendingSet()
256 if (IS.isMemOp() && LSU.isPending(IR)) in analyzeDataDependencies()
305 if (IS.isMemOp()) in dispatch()
308 if (IS.isDispatched() || (IS.isMemOp() && LSU.isWaiting(IR))) { in dispatch()
314 if (IS.isPending() || (IS.isMemOp() && LSU.isPending(IR))) { in dispatch()
322 assert(IS.isReady() && (!IS.isMemOp() || LSU.isReady(IR)) && in dispatch()
DLSUnit.cpp192 if (!IS.isMemOp()) in onInstructionExecuted()
/external/llvm-project/llvm/lib/MCA/HardwareUnits/
DScheduler.cpp86 if (IS->isMemOp()) { in issueInstructionImpl()
106 HasDependentUsers |= Inst.isMemOp() && LSU.hasDependentUsers(IR); in issueInstruction()
135 if (IS.isMemOp() && !LSU.isReady(IR)) { in promoteToReadySet()
172 if (IS.isMemOp() && LSU.isWaiting(IR)) { in promoteToPendingSet()
256 if (IS.isMemOp() && LSU.isPending(IR)) in analyzeDataDependencies()
305 if (IS.isMemOp()) in dispatch()
308 if (IS.isDispatched() || (IS.isMemOp() && LSU.isWaiting(IR))) { in dispatch()
314 if (IS.isPending() || (IS.isMemOp() && LSU.isPending(IR))) { in dispatch()
322 assert(IS.isReady() && (!IS.isMemOp() || LSU.isReady(IR)) && in dispatch()
DLSUnit.cpp234 if (!IS.isMemOp()) in onInstructionExecuted()
/external/llvm/lib/Target/MSP430/
DMSP430AsmPrinter.cpp81 bool isMemOp = Modifier && !strcmp(Modifier, "mem"); in printOperand() local
91 O << (isMemOp ? '&' : '#'); in printOperand()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/Stages/
DRetireStage.cpp56 if (Inst.isMemOp()) in notifyInstructionRetired()
/external/llvm-project/llvm/lib/MCA/Stages/
DRetireStage.cpp56 if (Inst.isMemOp()) in notifyInstructionRetired()
/external/llvm-project/llvm/lib/Target/Hexagon/
DHexagonVLIWPacketizer.cpp1301 if (HII->isNewValueInst(J) || HII->isMemOp(J) || HII->isMemOp(I)) in hasDualStoreDependence()
1306 bool MopStI = HII->isMemOp(I) || StoreI; in hasDualStoreDependence()
1307 bool MopStJ = HII->isMemOp(J) || StoreJ; in hasDualStoreDependence()
1537 (!HII->isMemOp(J) && !HII->isMemOp(I)) && (!IsVecJ && !IsVecI)) in isLegalToPacketizeTogether()
1684 if (HII->isMemOp(*MJ)) in foundLSInPacket()
DHexagonInstrInfo.h375 bool isMemOp(const MachineInstr &MI) const;
DHexagonInstrInfo.cpp1906 if (MIa.mayLoad() && !isMemOp(MIa) && MIb.mayLoad() && !isMemOp(MIb)) in areMemAccessesTriviallyDisjoint()
2048 !isMemOp(MI) && !MI.isBranch() && !MI.isReturn() && !MI.isCall(); in isComplex()
2396 bool HexagonInstrInfo::isMemOp(const MachineInstr &MI) const { in isMemOp() function in HexagonInstrInfo
3197 !isMemOp(MI) && !isPostIncrement(MI)) in getBaseAndOffset()
3230 if (isMemOp(MI)) { in getBaseAndOffsetPosition()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonVLIWPacketizer.cpp1294 if (HII->isNewValueInst(J) || HII->isMemOp(J) || HII->isMemOp(I)) in hasDualStoreDependence()
1299 bool MopStI = HII->isMemOp(I) || StoreI; in hasDualStoreDependence()
1300 bool MopStJ = HII->isMemOp(J) || StoreJ; in hasDualStoreDependence()
1530 (!HII->isMemOp(J) && !HII->isMemOp(I)) && (!IsVecJ && !IsVecI)) in isLegalToPacketizeTogether()
1677 if (HII->isMemOp(*MJ)) in foundLSInPacket()
DHexagonInstrInfo.h374 bool isMemOp(const MachineInstr &MI) const;
DHexagonInstrInfo.cpp1878 if (MIa.mayLoad() && !isMemOp(MIa) && MIb.mayLoad() && !isMemOp(MIb)) in areMemAccessesTriviallyDisjoint()
2020 !isMemOp(MI) && !MI.isBranch() && !MI.isReturn() && !MI.isCall(); in isComplex()
2368 bool HexagonInstrInfo::isMemOp(const MachineInstr &MI) const { in isMemOp() function in HexagonInstrInfo
3163 !isMemOp(MI) && !isPostIncrement(MI)) in getBaseAndOffset()
3196 if (isMemOp(MI)) { in getBaseAndOffsetPosition()
/external/llvm/lib/Target/Hexagon/
DHexagonVLIWPacketizer.cpp1118 if (HII->isNewValueInst(J) || HII->isMemOp(J) || HII->isMemOp(I)) in hasV4SpecificDependence()
1123 bool MopStI = HII->isMemOp(I) || StoreI; in hasV4SpecificDependence()
1124 bool MopStJ = HII->isMemOp(J) || StoreJ; in hasV4SpecificDependence()
DHexagonInstrInfo.h320 bool isMemOp(const MachineInstr *MI) const;
DHexagonInstrInfo.cpp1637 if (MIa.mayLoad() && !isMemOp(&MIa) && MIb.mayLoad() && !isMemOp(&MIb)) in areMemAccessesTriviallyDisjoint()
1723 && !(QII->isMemOp(MI)) in isComplex()
2296 bool HexagonInstrInfo::isMemOp(const MachineInstr *MI) const { in isMemOp() function in HexagonInstrInfo
3151 !isMemOp(MI) && !isPostIncrement(MI)) in getBaseAndOffset()
3185 if (isMemOp(MI)) { in getBaseAndOffsetPosition()
/external/llvm-project/llvm/include/llvm/MCA/
DInstruction.h438 bool isMemOp() const { return Desc.MayLoad || Desc.MayStore; } in isMemOp() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MCA/
DInstruction.h438 bool isMemOp() const { return Desc.MayLoad || Desc.MayStore; } in isMemOp() function