/external/llvm/include/llvm/CodeGen/ |
ISDOpcodes.h | 705 /// SETGE,SETULT,SETULE,SETUGT, and SETUGE opcodes are used. [all...] |
/external/llvm/lib/CodeGen/ |
Analysis.cpp | 162 case FCmpInst::FCMP_UGT: return ISD::SETUGT; 178 case ISD::SETOGT: case ISD::SETUGT: return ISD::SETGT; 198 case ICmpInst::ICMP_UGT: return ISD::SETUGT;
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
TargetLowering.cpp | 159 case ISD::SETUGT: [all...] |
SelectionDAGDumper.cpp | 295 case ISD::SETUGT: return "setugt";
|
LegalizeIntegerTypes.cpp | [all...] |
LegalizeDAG.cpp | [all...] |
SelectionDAG.cpp | 262 case ISD::SETUGT: 285 if (isInteger && Op == ISD::SETUNE) // e.g. SETUGT | SETULT 308 case ISD::SETUO : Result = ISD::SETFALSE; break; // SETUGT & SETULT 312 case ISD::SETOGT: Result = ISD::SETUGT ; break; // SETUGT & SETNE [all...] |
SelectionDAGBuilder.cpp | [all...] |
/external/llvm/lib/Target/PowerPC/ |
PPCISelDAGToDAG.cpp | 593 case ISD::SETUGT: return PPC::PRED_GT; 625 case ISD::SETUGT: return 1; 662 case ISD::SETUGT: 818 case ISD::SETUGT: [all...] |
PPCISelLowering.cpp | 305 setCondCodeAction(ISD::SETUGT, MVT::f32, Expand); 306 setCondCodeAction(ISD::SETUGT, MVT::f64, Expand); 491 setCondCodeAction(ISD::SETUGT, MVT::v4f32, Expand); [all...] |
/external/llvm/lib/Target/R600/ |
AMDGPUISelLowering.cpp | 325 case ISD::SETUGT:
|
AMDILISelLowering.cpp | 126 setOperationAction(ISD::SETUGT, VT, Expand);
|
/external/llvm/lib/Target/AArch64/ |
AArch64ISelLowering.cpp | [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/ |
AMDILISelLowering.cpp | 137 setOperationAction(ISD::SETUGT, VT, Expand);
|
/external/llvm/lib/Target/Mips/ |
MipsSEISelLowering.cpp | 456 case ISD::SETUGT:
|
MipsISelLowering.cpp | 473 case ISD::SETUGT: return Mips::FCOND_UGT; [all...] |
/external/mesa3d/src/gallium/drivers/radeon/ |
AMDILISelLowering.cpp | 137 setOperationAction(ISD::SETUGT, VT, Expand);
|
/external/llvm/lib/Target/Hexagon/ |
HexagonISelLowering.cpp | [all...] |
/external/llvm/lib/Target/Sparc/ |
SparcISelLowering.cpp | [all...] |
/external/llvm/lib/Target/MSP430/ |
MSP430ISelLowering.cpp | 736 case ISD::SETUGT: [all...] |
/external/llvm/lib/Target/ARM/ |
ARMISelLowering.cpp | [all...] |
/external/llvm/lib/Target/X86/ |
X86ISelLowering.cpp | [all...] |