Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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()
/freebsd-13.1/share/misc/
H A Diso3166220 SL SLE 694 Sierra Leone
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprScalar.cpp639 Value *VisitSourceLocExpr(SourceLocExpr *SLE) { in VisitSourceLocExpr() argument
642 SLE->EvaluateInContext(Ctx, CGF.CurSourceLocExprScope.getDefaultExpr()); in VisitSourceLocExpr()
643 return ConstantEmitter(CGF).emitAbstract(SLE->getLocation(), Evaluated, in VisitSourceLocExpr()
644 SLE->getType()); in VisitSourceLocExpr()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsInstrInfo.td2755 def SLE : MipsAsmPseudoInst<(outs GPR32Opnd:$rd),
2759 (SLE GPR32Opnd:$rs, GPR32Opnd:$rs, GPR32Opnd:$rt), 0>,
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp2531 case Mips::SLE: in tryExpandInstruction()
4684 case Mips::SLE: in expandSle()