OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SETOLT
(Results
1 - 18
of
18
) sorted by null
/external/llvm/include/llvm/CodeGen/
ISDOpcodes.h
[
all
...]
/external/llvm/lib/CodeGen/
Analysis.cpp
169
case FCmpInst::FCMP_OLT: return ISD::
SETOLT
;
189
case ISD::
SETOLT
: case ISD::SETULT: return ISD::SETLT;
/external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp
333
case ISD::
SETOLT
: return "
setolt
";
TargetLowering.cpp
150
case ISD::
SETOLT
:
173
// SETONE =
SETOLT
| SETOGT
[
all
...]
SelectionDAG.cpp
336
case ISD::
SETOLT
: Result = ISD::SETULT ; break; // SETULT & SETNE
[
all
...]
LegalizeDAG.cpp
[
all
...]
DAGCombiner.cpp
[
all
...]
/external/mesa3d/src/gallium/drivers/radeon/
AMDILISelLowering.cpp
131
setOperationAction(ISD::
SETOLT
, VT, Expand);
/external/llvm/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp
[
all
...]
/external/llvm/lib/Target/AMDGPU/
AMDGPUISelLowering.cpp
[
all
...]
R600ISelLowering.cpp
50
setCondCodeAction(ISD::
SETOLT
, MVT::f32, Expand);
[
all
...]
/external/llvm/lib/Target/ARM/
ARMISelLowering.cpp
[
all
...]
/external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp
[
all
...]
/external/llvm/lib/Target/Mips/
MipsISelLowering.cpp
514
case ISD::
SETOLT
: return Mips::FCOND_OLT;
[
all
...]
MipsSEISelLowering.cpp
[
all
...]
/external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp
[
all
...]
/external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp
[
all
...]
/external/llvm/lib/Target/X86/
X86ISelLowering.cpp
[
all
...]
Completed in 265 milliseconds