Searched refs:isPredicatedNew (Results 1 – 11 of 11) sorted by relevance
/external/llvm/lib/Target/Hexagon/MCTargetDesc/ |
D | HexagonMCChecker.cpp | 73 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()
|
D | HexagonMCInstrInfo.h | 244 bool isPredicatedNew(MCInstrInfo const &MCII, MCInst const &MCI);
|
D | HexagonMCInstrInfo.cpp | 508 bool HexagonMCInstrInfo::isPredicatedNew(MCInstrInfo const &MCII, in isPredicatedNew() function in llvm::HexagonMCInstrInfo
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonIsetDx.td | 93 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 …
|
D | HexagonInstrInfo.h | 304 bool isPredicatedNew(const MachineInstr *MI) const; 305 bool isPredicatedNew(unsigned Opcode) const;
|
D | HexagonInstrFormatsV4.td | 71 bits<1> isPredicatedNew = 0; 72 let TSFlags{8} = isPredicatedNew;
|
D | HexagonInstrFormats.td | 119 bits<1> isPredicatedNew = 0; 120 let TSFlags{10} = isPredicatedNew; 196 let PNewValue = !if(isPredicatedNew, "new", "");
|
D | HexagonInstrInfo.cpp | 1495 !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()
|
D | HexagonInstrInfoV4.td | 577 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 …]
|
D | HexagonInstrInfo.td | 150 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 …]
|
D | HexagonVLIWPacketizer.cpp | 1088 if (HII->isPredicated(MI) && HII->isPredicatedNew(MI) && HII->isJumpR(MI)) in hasControlDependence()
|