Home
last modified time | relevance | path

Searched refs:inPredSense (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/docs/
H A DHowToUseInstrMappings.rst64 ``int getPredOpcode(uint16_t Opcode, enum PredSense inPredSense)`` which
66 depending on some input flag, ``inPredSense``. The first step in the process is
110 ``int getPredOpcode(uint16_t Opcode, enum PredSense inPredSense)`` to query
/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.cpp3559 enum Hexagon::PredSense inPredSense; in getCondOpcode() local
3560 inPredSense = invertPredicate ? Hexagon::PredSense_false : in getCondOpcode()
3562 int CondOpcode = Hexagon::getPredOpcode(Opc, inPredSense); in getCondOpcode()