Home
last modified time | relevance | path

Searched refs:PredSense (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagon.td197 let ColFields = ["PredSense"];
200 // Value columns are PredSense=true and PredSense=false
211 let ColFields = ["PredSense"];
223 let ColFields = ["PredSense"];
234 let RowFields = ["BaseOpcode", "PredSense", "isNVStore", "isBrTaken"];
246 let RowFields = ["BaseOpcode", "PredSense", "isNVStore", "isBrTaken"];
258 let RowFields = ["BaseOpcode", "PredSense", "PNewValue", "addrMode", "isNT"];
270 let RowFields = ["BaseOpcode", "PredSense", "PNewValue", "addrMode", "isNT"];
278 let RowFields = ["CextOpcode", "PredSense", "PNewValue", "isNVStore",
287 let RowFields = ["CextOpcode", "PredSense", "PNewValue", "isNVStore",
[all …]
H A DHexagonInstrFormats.td183 string PredSense = "";
190 let PredSense = !if(isPredicated, !if(isPredicatedFalse, "false", "true"),
H A DHexagonExpandCondsets.cpp219 unsigned DstSR, const MachineOperand &PredOp, bool PredSense,
647 bool PredSense, bool ReadUndef, bool ImpUse) { in genCondTfrFor() argument
658 unsigned Opc = getCondTfrOpcode(SrcOp, PredSense); in genCondTfrFor()
H A DHexagonInstrInfo.cpp3598 enum Hexagon::PredSense inPredSense; in getCondOpcode()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCChecker.h42 using PredSense = std::pair<unsigned, bool>;
43 static const PredSense Unconditional; variable
44 using PredSet = std::multiset<PredSense>;
45 using PredSetIterator = std::multiset<PredSense>::iterator;
H A DHexagonMCChecker.cpp36 const HexagonMCChecker::PredSense
131 Defs[R].insert(PredSense(PredReg, isTrue)); in init()
182 Defs[*SRI].insert(PredSense(PredReg, isTrue)); in init()
643 PredSense P = J; in checkRegisters()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsDSPInstrFormats.td19 // Value columns are PredSense=true and PredSense=false
H A DMipsInstrFormats.td48 // Value columns are PredSense=true and PredSense=false
62 // Value columns are PredSense=true and PredSense=false
H A DMips32r6InstrFormats.td23 // Value columns are PredSense=true and PredSense=false