Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/docs/
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
/external/llvm/docs/
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
/external/llvm/lib/Target/Hexagon/
DHexagonInstrInfo.cpp3410 enum Hexagon::PredSense inPredSense; in getCondOpcode() local
3411 inPredSense = invertPredicate ? Hexagon::PredSense_false : in getCondOpcode()
3413 int CondOpcode = Hexagon::getPredOpcode(Opc, inPredSense); in getCondOpcode()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonInstrInfo.cpp3351 enum Hexagon::PredSense inPredSense; in getCondOpcode() local
3352 inPredSense = invertPredicate ? Hexagon::PredSense_false : in getCondOpcode()
3354 int CondOpcode = Hexagon::getPredOpcode(Opc, inPredSense); in getCondOpcode()