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

1 2

  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h     [all...]
  /external/llvm/lib/CodeGen/
Analysis.cpp 190 case ISD::SETOLE: case ISD::SETULE: return ISD::SETLE;
204 case ICmpInst::ICMP_SLE: return ISD::SETLE;
TargetLoweringBase.cpp 710 CCs[RTLIB::OLE_F32] = ISD::SETLE;
711 CCs[RTLIB::OLE_F64] = ISD::SETLE;
712 CCs[RTLIB::OLE_F128] = ISD::SETLE;
    [all...]
  /prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/internal/obj/x86/
anames.go 198 "SETLE",
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/x86/
anames.go 195 "SETLE",
  /prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/internal/obj/x86/
anames.go 198 "SETLE",
  /prebuilts/go/linux-x86/src/cmd/internal/obj/x86/
anames.go 195 "SETLE",
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp 154 case ISD::SETLE:
    [all...]
SelectionDAGDumper.cpp 350 case ISD::SETLE: return "setle";
LegalizeIntegerTypes.cpp     [all...]
SelectionDAG.cpp 282 case ISD::SETLE:
    [all...]
  /external/llvm/lib/Target/BPF/
BPFISelLowering.cpp 471 case ISD::SETLE:
  /external/llvm/lib/Target/X86/
X86IntrinsicsInfo.h     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp     [all...]
  /prebuilts/go/darwin-x86/src/cmd/internal/rsc.io/x86/x86asm/
gnu.go 277 SETA, SETAE, SETB, SETBE, SETE, SETG, SETGE, SETL, SETLE, SETNE, SETNO, SETNP, SETNS, SETO, SETP, SETS,
tables.go     [all...]
  /prebuilts/go/linux-x86/src/cmd/internal/rsc.io/x86/x86asm/
gnu.go 277 SETA, SETAE, SETB, SETBE, SETE, SETG, SETGE, SETL, SETLE, SETNE, SETNO, SETNP, SETNS, SETO, SETP, SETS,
tables.go     [all...]
  /external/llvm/lib/Target/Mips/
MipsSEISelLowering.cpp     [all...]
  /external/llvm/lib/Target/MSP430/
MSP430ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/AMDGPU/
R600ISelLowering.cpp 49 setCondCodeAction(ISD::SETLE, MVT::f32, Expand);
59 setCondCodeAction(ISD::SETLE, MVT::i32, Expand);
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp     [all...]
  /external/mesa3d/src/mesa/x86/
assyntax.h 622 #define SETLE(a) CHOICE(setle a, setle a, setle a)
    [all...]

Completed in 792 milliseconds

1 2