Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonInstrFormats.td91 bits<1> isPredicateLate = 0;
92 let TSFlags{12} = isPredicateLate; // Late predicate producer insn.
DHexagonInstrInfo.h397 bool isPredicateLate(unsigned Opcode) const;
DHexagonDepInstrInfo.td2289 let isPredicateLate = 1;
3084 let isPredicateLate = 1;
3111 let isPredicateLate = 1;
3308 let isPredicateLate = 1;
3343 let isPredicateLate = 1;
4631 let isPredicateLate = 1;
4686 let isPredicateLate = 1;
5558 let isPredicateLate = 1;
5577 let isPredicateLate = 1;
5595 let isPredicateLate = 1;
[all …]
DHexagonInstrInfo.cpp2416 bool HexagonInstrInfo::isPredicateLate(unsigned Opcode) const { in isPredicateLate() function in HexagonInstrInfo
/external/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonMCChecker.cpp108 HexagonMCInstrInfo::isPredicateLate(MCII, MCI)) in init()
149 else if (HexagonMCInstrInfo::isPredicateLate(MCII, MCI) && isPredicateRegister(*SRI)) in init()
DHexagonMCInstrInfo.h246 bool isPredicateLate(MCInstrInfo const &MCII, MCInst const &MCI);
DHexagonMCInstrInfo.cpp556 bool HexagonMCInstrInfo::isPredicateLate(MCInstrInfo const &MCII, in isPredicateLate() function in llvm::HexagonMCInstrInfo
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonMCChecker.cpp122 HexagonMCInstrInfo::isPredicateLate(MCII, MCI)) in init()
161 else if (HexagonMCInstrInfo::isPredicateLate(MCII, MCI) && in init()
DHexagonMCInstrInfo.h268 bool isPredicateLate(MCInstrInfo const &MCII, MCInst const &MCI);
DHexagonMCInstrInfo.cpp640 bool HexagonMCInstrInfo::isPredicateLate(MCInstrInfo const &MCII, in isPredicateLate() function in HexagonMCInstrInfo
/external/llvm/lib/Target/Hexagon/
DHexagonInstrInfo.h335 bool isPredicateLate(unsigned Opcode) const;
DHexagonInstrFormats.td121 bits<1> isPredicateLate = 0;
122 let TSFlags{11} = isPredicateLate; // Late predicate producer insn.
DHexagonInstrInfoV3.td270 let Defs = [P0], isPredicateLate = 1, Itinerary = S_3op_tc_1_SLOT23 in
DHexagonInstrInfoV5.td215 let isPredicateLate = 1, isFP = 1,
858 let Uses = [USR], isPredicateLate = 1, isFP = 1,
DHexagonInstrInfoV60.td2174 let Itinerary = ST_tc_3stall_SLOT0, isPredicateLate = 1, isSoloAX = 1,
2182 let Defs = [USR_OVF], Itinerary = M_tc_3stall_SLOT23, isPredicateLate = 1,
DHexagonInstrInfo.td2212 let isSoloAX = 1, isPredicateLate = 1 in
4583 opExtendable = 0, isPredicateLate = 1 in
4603 opExtendable = 0, isPredicateLate = 1 in
DHexagonInstrInfoV4.td2696 let isPredicateLate = 1, hasSideEffects = 0 in
3984 let isPredicateLate = 1, hasSideEffects = 0 in
DHexagonInstrInfo.cpp2418 bool HexagonInstrInfo::isPredicateLate(unsigned Opcode) const { in isPredicateLate() function in HexagonInstrInfo