Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.cpp3566 enum Hexagon::PredSense inPredSense; in getCondOpcode() local
3567 inPredSense = invertPredicate ? Hexagon::PredSense_false : in getCondOpcode()
3569 int CondOpcode = Hexagon::getPredOpcode(Opc, inPredSense); in getCondOpcode()