HomeSort by relevance Sort by last modified time
    Searched refs:CONDCODE (Results 1 - 12 of 12) sorted by null

  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
ISDOpcodes.h 60 BasicBlock, VALUETYPE, CONDCODE, Register,
699 /// ISD::CondCode enum - These are ordered carefully to make the bitfields
712 enum CondCode {
    [all...]
SelectionDAGNodes.h     [all...]
  /external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/X86/
X86GenDAGISel.inc     [all...]
  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 60 BasicBlock, VALUETYPE, CONDCODE, Register, RegisterMask,
    [all...]
SelectionDAGNodes.h     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
ISDOpcodes.h 60 BasicBlock, VALUETYPE, CONDCODE, Register, RegisterMask,
    [all...]
SelectionDAGNodes.h     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 328 case ISD::CONDCODE:
SelectionDAG.cpp 248 ISD::CondCode ISD::getSetCCSwappedOperands(ISD::CondCode Operation) {
253 return ISD::CondCode((Operation & ~6) | // Keep the N, U, E bits
258 ISD::CondCode ISD::getSetCCInverse(ISD::CondCode Op, bool isInteger) {
268 return ISD::CondCode(Operation);
275 static int isSignedOp(ISD::CondCode Opcode) {
291 ISD::CondCode ISD::getSetCCOrOperation(ISD::CondCode Op1, ISD::CondCode Op2
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 357 case ISD::CONDCODE:
    [all...]
SelectionDAG.cpp 332 ISD::CondCode ISD::getSetCCSwappedOperands(ISD::CondCode Operation) {
337 return ISD::CondCode((Operation & ~6) | // Keep the N, U, E bits
342 ISD::CondCode ISD::getSetCCInverse(ISD::CondCode Op, bool isInteger) {
352 return ISD::CondCode(Operation);
358 static int isSignedOp(ISD::CondCode Opcode) {
374 ISD::CondCode ISD::getSetCCOrOperation(ISD::CondCode Op1, ISD::CondCode Op2
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp 213 ISD::CondCode ISD::getSetCCSwappedOperands(ISD::CondCode Operation) {
218 return ISD::CondCode((Operation & ~6) | // Keep the N, U, E bits
225 ISD::CondCode ISD::getSetCCInverse(ISD::CondCode Op, bool isInteger) {
235 return ISD::CondCode(Operation);
242 static int isSignedOp(ISD::CondCode Opcode) {
262 ISD::CondCode ISD::getSetCCOrOperation(ISD::CondCode Op1, ISD::CondCode Op2
    [all...]

Completed in 70 milliseconds