Home
last modified time | relevance | path

Searched refs:SLE (Results 1 – 15 of 15) sorted by relevance

/llvm-project-15.0.7/llvm/test/Analysis/ScalarEvolution/
H A Dfinite-trip-count.ll9 define void @SLE(i32 %len) willreturn {
10 ; CHECK-LABEL: 'SLE'
11 ; CHECK-NEXT: Determining loop execution counts for: @SLE
/llvm-project-15.0.7/llvm/lib/ObjectYAML/
H A DCodeViewYAMLDebugSections.cpp604 SourceLineEntry SLE; in fromCodeViewSubsection() local
606 SLE.Offset = LN.Offset; in fromCodeViewSubsection()
607 SLE.LineStart = LI.getStartLine(); in fromCodeViewSubsection()
608 SLE.EndDelta = LI.getLineDelta(); in fromCodeViewSubsection()
609 SLE.IsStatement = LI.isStatement(); in fromCodeViewSubsection()
610 Block.Lines.push_back(SLE); in fromCodeViewSubsection()
/llvm-project-15.0.7/polly/test/ScopInfo/
H A Dcfg_consequences.ll20 ; SLE: *A = 0;
260 br label %SLE
262 SLE: ; preds = %if.end.5
271 M_SLE: ; preds = %SLE, %S_SLE
/llvm-project-15.0.7/llvm/test/CodeGen/SPIRV/instructions/
H A Dptrcmp.ll10 ; CHECK-DAG: OpName [[SLE:%.*]] "test_sle"
83 ; CHECK: [[SLE]] = OpFunction
H A Dicmp.ll10 ; CHECK-DAG: OpName [[SLE:%.*]] "test_sle"
87 ; CHECK: [[SLE]] = OpFunction
/llvm-project-15.0.7/llvm/test/CodeGen/SystemZ/
H A Dbranch-07.ll37 ; Test SLE.
H A Dint-cmp-44.ll67 ; ...and again with SLE.
297 ; ...and SLE.
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGExprScalar.cpp641 Value *VisitSourceLocExpr(SourceLocExpr *SLE) { in VisitSourceLocExpr() argument
644 SLE->EvaluateInContext(Ctx, CGF.CurSourceLocExprScope.getDefaultExpr()); in VisitSourceLocExpr()
645 return ConstantEmitter(CGF).emitAbstract(SLE->getLocation(), Evaluated, in VisitSourceLocExpr()
646 SLE->getType()); in VisitSourceLocExpr()
/llvm-project-15.0.7/llvm/test/CodeGen/AArch64/
H A Dsve-fixed-length-int-compares.ll519 ; ICMP SLE
/llvm-project-15.0.7/llvm/test/CodeGen/CSKY/
H A Dbr.ll964 ;SLE
2627 ;SLE
4086 ;SLE
5293 ;SLE
6491 ;SLE
/llvm-project-15.0.7/llvm/test/Transforms/LoopVectorize/
H A Dminmax_reduction.ll264 ; SLE -> SGT
/llvm-project-15.0.7/llvm/lib/Target/Mips/
H A DMipsInstrInfo.td2759 def SLE : MipsAsmPseudoInst<(outs GPR32Opnd:$rd),
2763 (SLE GPR32Opnd:$rs, GPR32Opnd:$rs, GPR32Opnd:$rt), 0>,
/llvm-project-15.0.7/llvm/test/CodeGen/CSKY/fpu/
H A Dbr-f.ll998 ;SLE
H A Dbr-d.ll1223 ;SLE
/llvm-project-15.0.7/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp2531 case Mips::SLE: in tryExpandInstruction()
4684 case Mips::SLE: in expandSle()