Home
last modified time | relevance | path

Searched refs:isPredicatedNew (Results 1 – 11 of 11) sorted by relevance

/external/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonMCChecker.cpp73 if (HexagonMCInstrInfo::isPredicatedNew(MCII, MCI)) in init()
199 if (HexagonMCInstrInfo::isPredicatedNew(MCII, MCI)) in init()
284 HexagonMCInstrInfo::isPredicatedNew(MCII, MCI)) in checkBranches()
290 HexagonMCInstrInfo::isPredicatedNew(MCII, MCI)) { in checkBranches()
DHexagonMCInstrInfo.h244 bool isPredicatedNew(MCInstrInfo const &MCII, MCInst const &MCI);
DHexagonMCInstrInfo.cpp508 bool HexagonMCInstrInfo::isPredicatedNew(MCInstrInfo const &MCII, in isPredicatedNew() function in llvm::HexagonMCInstrInfo
/external/llvm/lib/Target/Hexagon/
DHexagonIsetDx.td93 let Uses = [P0], isCodeGenOnly = 1, isPredicated = 1, isPredicatedNew = 1, hasSideEffects = 0, hasN…
122 let Defs = [PC], Uses = [P0, R31], isCodeGenOnly = 1, isPredicated = 1, isPredicatedNew = 1, isBran…
536 …0, R31], isCodeGenOnly = 1, isPredicated = 1, isPredicatedFalse = 1, isPredicatedNew = 1, isBranch…
609 let Uses = [P0], isCodeGenOnly = 1, isPredicated = 1, isPredicatedFalse = 1, isPredicatedNew = 1, h…
696 …1, R29, R30], Uses = [R30, P0], isCodeGenOnly = 1, isPredicated = 1, isPredicatedNew = 1, mayLoad …
706 …30, P0], isCodeGenOnly = 1, isPredicated = 1, isPredicatedFalse = 1, isPredicatedNew = 1, mayLoad …
DHexagonInstrFormatsV4.td71 bits<1> isPredicatedNew = 0;
72 let TSFlags{8} = isPredicatedNew;
DHexagonInstrInfo.h304 bool isPredicatedNew(const MachineInstr *MI) const;
305 bool isPredicatedNew(unsigned Opcode) const;
DHexagonInstrFormats.td119 bits<1> isPredicatedNew = 0;
120 let TSFlags{10} = isPredicatedNew;
196 let PNewValue = !if(isPredicatedNew, "new", "");
DHexagonInstrInfo.cpp1495 !isPredicatedNew(MI)); in isCondInst()
1767 (isPredicated(MI) && isPredicatedNew(MI))) in isDotNewInst()
2132 bool HexagonInstrInfo::isPredicatedNew(const MachineInstr *MI) const { in isPredicatedNew() function in HexagonInstrInfo
2139 bool HexagonInstrInfo::isPredicatedNew(unsigned Opcode) const { in isPredicatedNew() function in HexagonInstrInfo
2177 (isPredicatedNew(Opcode) || isNewValue(Opcode))); in isPredictedTaken()
3154 if (isPredicated(NewOp) && isPredicatedNew(NewOp)) { // Get predicate old form in getDotOldOp()
3773 if (EnableBranchPrediction && isPredicatedNew(MI)) { in invertAndChangeJumpTarget()
DHexagonInstrInfoV4.td577 let isPredicatedNew = isPredNew;
900 let isPredicatedNew = isPredNew;
962 let isPredicatedNew = isPredNew;
1111 let isPredicatedNew = isPredNew;
1308 let isPredicatedNew = isPredNew;
1463 let isPredicatedNew = isPredNew;
3239 let isPredicatedNew = isPredNew;
3351 let isPredicatedNew = isNew;
3455 let isPredicatedNew = isNew;
3675 let isPredicatedNew = isPredNew;
[all …]
DHexagonInstrInfo.td150 let isPredicatedNew = PredNew;
360 let isPredicatedNew = PredNew;
517 let isPredicatedNew = isPredNew;
567 let isPredicatedNew = PredNew;
599 let isPredicatedNew = PredNew;
779 let isPredicatedNew = 1 in
1463 let isPredicatedNew = isPredNew;
1519 let isPredicatedNew = isPredNew;
1675 let isPredicatedNew = isPredNew;
1859 let isPredicatedNew = isPredNew;
[all …]
DHexagonVLIWPacketizer.cpp1088 if (HII->isPredicated(MI) && HII->isPredicatedNew(MI) && HII->isJumpR(MI)) in hasControlDependence()