/external/llvm/include/llvm/CodeGen/ |
ISDOpcodes.h | 705 /// SETGE,SETULT,SETULE,SETUGT, and SETUGE opcodes are used. [all...] |
/external/llvm/lib/CodeGen/ |
Analysis.cpp | 163 case FCmpInst::FCMP_UGE: return ISD::SETUGE; 179 case ISD::SETOGE: case ISD::SETUGE: return ISD::SETGE; 194 case ICmpInst::ICMP_UGE: return ISD::SETUGE;
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
TargetLowering.cpp | 163 case ISD::SETUGE: [all...] |
SelectionDAGDumper.cpp | 296 case ISD::SETUGE: return "setuge";
|
LegalizeIntegerTypes.cpp | [all...] |
SelectionDAG.cpp | 263 case ISD::SETUGE: return 2; 310 case ISD::SETUEQ: Result = ISD::SETEQ ; break; // SETUGE & SETULE [all...] |
LegalizeDAG.cpp | [all...] |
/external/llvm/lib/Target/PowerPC/ |
PPCISelDAGToDAG.cpp | 587 case ISD::SETUGE: 611 case ISD::SETUGE: 612 case ISD::SETGE: Invert = true; return 0; // !Bit #0 = SETUGE 663 case ISD::SETUGE: 822 case ISD::SETUGE: { [all...] |
PPCISelLowering.cpp | 492 setCondCodeAction(ISD::SETUGE, MVT::v4f32, Expand); [all...] |
/external/llvm/lib/Target/R600/ |
AMDGPUISelLowering.cpp | 323 case ISD::SETUGE:
|
AMDILISelLowering.cpp | 125 setOperationAction(ISD::SETUGE, VT, Expand);
|
/external/llvm/lib/Target/AArch64/ |
AArch64ISelLowering.cpp | [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/ |
AMDILISelLowering.cpp | 136 setOperationAction(ISD::SETUGE, VT, Expand);
|
/external/llvm/lib/Target/Mips/ |
MipsSEISelLowering.cpp | 457 case ISD::SETUGE: return !IsV216;
|
MipsISelLowering.cpp | 474 case ISD::SETUGE: return Mips::FCOND_UGE; [all...] |
/external/mesa3d/src/gallium/drivers/radeon/ |
AMDILISelLowering.cpp | 136 setOperationAction(ISD::SETUGE, VT, Expand);
|
/external/llvm/lib/Target/Hexagon/ |
HexagonISelLowering.cpp | [all...] |
/external/llvm/lib/Target/Sparc/ |
SparcISelLowering.cpp | [all...] |
/external/llvm/lib/Target/ARM/ |
ARMISelLowering.cpp | [all...] |
/external/llvm/lib/Target/MSP430/ |
MSP430ISelLowering.cpp | 725 case ISD::SETUGE: [all...] |
/external/llvm/lib/Target/X86/ |
X86ISelLowering.cpp | [all...] |