HomeSort by relevance Sort by last modified time
    Searched refs:SELECT_CC (Results 1 - 25 of 100) sorted by null

1 2 3 4

  /external/llvm/lib/Target/BPF/
BPFISelLowering.h 29 SELECT_CC,
BPFISelLowering.cpp 72 setOperationAction(ISD::SELECT_CC, MVT::i64, Custom);
141 case ISD::SELECT_CC:
465 return DAG.getNode(BPFISD::SELECT_CC, DL, VTs, Ops);
476 case BPFISD::SELECT_CC:
477 return "BPFISD::SELECT_CC";
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/BPF/
BPFISelLowering.h 29 SELECT_CC,
BPFISelLowering.cpp 104 setOperationAction(ISD::SELECT_CC, VT, Custom);
195 case ISD::SELECT_CC:
528 return DAG.getNode(BPFISD::SELECT_CC, DL, VTs, Ops);
539 case BPFISD::SELECT_CC:
540 return "BPFISD::SELECT_CC";
  /external/swiftshader/third_party/LLVM/lib/Target/PTX/
PTXISelLowering.cpp 75 // select_cc => setcc
77 setOperationAction(ISD::SELECT_CC, MVT::Other, Expand);
78 setOperationAction(ISD::SELECT_CC, MVT::f32, Expand);
79 setOperationAction(ISD::SELECT_CC, MVT::f64, Expand);
  /external/llvm/lib/Target/AVR/
AVRISelLowering.h 59 SELECT_CC
  /external/llvm/lib/Target/Lanai/
LanaiISelLowering.h 37 // SELECT_CC - Operand 0 and operand 1 are selection variable, operand 3
39 SELECT_CC,
  /external/llvm/lib/Target/MSP430/
MSP430ISelLowering.h 60 /// SELECT_CC - Operand 0 and operand 1 are selection variable, operand 3
62 SELECT_CC,
MSP430ISelLowering.cpp 112 setOperationAction(ISD::SELECT_CC, MVT::i8, Custom);
113 setOperationAction(ISD::SELECT_CC, MVT::i16, Custom);
190 case ISD::SELECT_CC: return LowerSELECT_CC(Op, DAG);
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
ISDOpcodes.h 336 SELECT_CC,
490 // BR_CC - Conditional branch. The behavior is like that of SELECT_CC, in
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/MSP430/
MSP430ISelLowering.h 60 /// SELECT_CC - Operand 0 and operand 1 are selection variable, operand 3
62 SELECT_CC,
MSP430ISelLowering.cpp 119 setOperationAction(ISD::SELECT_CC, MVT::i8, Custom);
120 setOperationAction(ISD::SELECT_CC, MVT::i16, Custom);
190 case ISD::SELECT_CC: return LowerSELECT_CC(Op, DAG);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Lanai/
LanaiISelLowering.h 37 // SELECT_CC - Operand 0 and operand 1 are selection variable, operand 3
39 SELECT_CC,
LanaiISelLowering.cpp 91 setOperationAction(ISD::SELECT_CC, MVT::i32, Custom);
191 case ISD::SELECT_CC:
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/RISCV/
RISCVISelLowering.h 32 SELECT_CC,
  /external/swiftshader/third_party/LLVM/lib/Target/SystemZ/
SystemZISelLowering.cpp 125 setOperationAction(ISD::SELECT_CC, MVT::i32, Custom);
126 setOperationAction(ISD::SELECT_CC, MVT::i64, Custom);
127 setOperationAction(ISD::SELECT_CC, MVT::f32, Custom);
128 setOperationAction(ISD::SELECT_CC, MVT::f64, Custom);
167 case ISD::SELECT_CC: return LowerSELECT_CC(Op, DAG);
    [all...]
  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 364 SELECT_CC,
576 /// BR_CC - Conditional branch. The behavior is like that of SELECT_CC, in
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
ISDOpcodes.h 407 SELECT_CC,
609 /// BR_CC - Conditional branch. The behavior is like that of SELECT_CC, in
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AVR/
AVRISelLowering.h 62 SELECT_CC
AVRISelLowering.cpp 101 setOperationAction(ISD::SELECT_CC, MVT::i8, Custom);
102 setOperationAction(ISD::SELECT_CC, MVT::i16, Custom);
103 setOperationAction(ISD::SELECT_CC, MVT::i32, Expand);
104 setOperationAction(ISD::SELECT_CC, MVT::i64, Expand);
259 NODE(SELECT_CC);
640 return DAG.getNode(AVRISD::SELECT_CC, dl, VTs, Ops);
657 return DAG.getNode(AVRISD::SELECT_CC, DL, VTs, Ops);
691 case ISD::SELECT_CC:
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/MSP430/
MSP430ISelLowering.h 60 /// SELECT_CC - Operand 0 and operand 1 are selection variable, operand 3
62 SELECT_CC,
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
LegalizeFloatTypes.cpp 95 case ISD::SELECT_CC: R = SoftenFloatRes_SELECT_CC(N); break;
512 return DAG.getNode(ISD::SELECT_CC, N->getDebugLoc(),
590 case ISD::SELECT_CC: Res = SoftenFloatOp_SELECT_CC(N); break;
611 /// shared among BR_CC, SELECT_CC, and SETCC handlers.
    [all...]
  /external/llvm/lib/Target/AMDGPU/
R600ISelLowering.cpp 119 setOperationAction(ISD::SELECT_CC, MVT::f32, Custom);
120 setOperationAction(ISD::SELECT_CC, MVT::i32, Custom);
198 setTargetDAGCombine(ISD::SELECT_CC);
626 case ISD::SELECT_CC: return LowerSELECT_CC(Op, DAG);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
R600ISelLowering.cpp 157 setOperationAction(ISD::SELECT_CC, MVT::f32, Custom);
158 setOperationAction(ISD::SELECT_CC, MVT::i32, Custom);
278 setTargetDAGCombine(ISD::SELECT_CC);
487 case ISD::SELECT_CC: return LowerSELECT_CC(Op, DAG);
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeFloatTypes.cpp 108 case ISD::SELECT_CC: R = SoftenFloatRes_SELECT_CC(N, ResNo); break;
    [all...]

Completed in 894 milliseconds

1 2 3 4