Searched refs:PredSense (Results 1 – 9 of 9) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | Hexagon.td | 197 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 D | HexagonInstrFormats.td | 183 string PredSense = ""; 190 let PredSense = !if(isPredicated, !if(isPredicatedFalse, "false", "true"),
|
H A D | HexagonExpandCondsets.cpp | 219 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 D | HexagonInstrInfo.cpp | 3598 enum Hexagon::PredSense inPredSense; in getCondOpcode()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/ |
H A D | HexagonMCChecker.h | 42 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 D | HexagonMCChecker.cpp | 36 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 D | MipsDSPInstrFormats.td | 19 // Value columns are PredSense=true and PredSense=false
|
H A D | MipsInstrFormats.td | 48 // Value columns are PredSense=true and PredSense=false 62 // Value columns are PredSense=true and PredSense=false
|
H A D | Mips32r6InstrFormats.td | 23 // Value columns are PredSense=true and PredSense=false
|