Searched refs:PredSense (Results 1 – 9 of 9) sorted by relevance
/external/llvm/lib/Target/Hexagon/ |
D | Hexagon.td | 86 let ColFields = ["PredSense"]; 89 // Value columns are PredSense=true and PredSense=false 100 let ColFields = ["PredSense"]; 112 let ColFields = ["PredSense"]; 123 let RowFields = ["BaseOpcode", "PredSense", "isNVStore", "isBrTaken"]; 135 let RowFields = ["BaseOpcode", "PredSense", "isNVStore"]; 147 let RowFields = ["BaseOpcode", "PredSense", "PNewValue", "addrMode", "isNT"]; 159 let RowFields = ["BaseOpcode", "PredSense", "PNewValue", "addrMode", "isNT"]; 167 let RowFields = ["CextOpcode", "PredSense", "PNewValue", "isNVStore", 176 let RowFields = ["CextOpcode", "PredSense", "PNewValue", "isNVStore"]; [all …]
|
D | HexagonInstrFormats.td | 187 string PredSense = ""; 194 let PredSense = !if(isPredicated, !if(isPredicatedFalse, "false", "true"),
|
D | HexagonInstrInfo.cpp | 2945 enum Hexagon::PredSense inPredSense; in getCondOpcode()
|
/external/llvm/docs/ |
D | HowToUseInstrMappings.rst | 64 ``int getPredOpcode(uint16_t Opcode, enum PredSense inPredSense)`` which 94 // Here, we choose 'PredSense' as ColFields since this is the unique 97 let ColFields = ["PredSense"]; 103 // PredSense=true while second column has instructions with PredSense=false. 110 ``int getPredOpcode(uint16_t Opcode, enum PredSense inPredSense)`` to query 112 current instruction and PredSense of the desired instruction, and returns 147 let PredSense = "none"; 155 let PredSense = "true"; 163 let PredSense = "false"; 172 ``PredSense`` is used to determine their column positions by comparing its value [all …]
|
/external/llvm/lib/Target/Hexagon/MCTargetDesc/ |
D | HexagonMCChecker.h | 83 typedef std::pair<unsigned, bool> PredSense; typedef 84 static const PredSense Unconditional; 85 typedef std::multiset<PredSense> PredSet; 86 typedef std::multiset<PredSense>::iterator PredSetIterator;
|
D | HexagonMCChecker.cpp | 31 const HexagonMCChecker::PredSense 113 Defs[R].insert(PredSense(PredReg, isTrue)); in init() 152 CurDefs.insert(*SRI), Defs[*SRI].insert(PredSense(PredReg, isTrue)); in init() 165 Defs[*SRI].insert(PredSense(PredReg, isTrue)); in init() 421 PredSense P = J; in checkRegisters()
|
/external/llvm/lib/Target/Mips/ |
D | MipsDSPInstrFormats.td | 20 // Value columns are PredSense=true and PredSense=false
|
D | MipsInstrFormats.td | 49 // Value columns are PredSense=true and PredSense=false 63 // Value columns are PredSense=true and PredSense=false
|
D | Mips32r6InstrFormats.td | 24 // Value columns are PredSense=true and PredSense=false
|