Searched refs:SLT (Results 1 - 4 of 4) sorted by relevance

/freebsd-11.0-release/contrib/llvm/lib/Transforms/Scalar/
H A DScalarReplAggregates.cpp65 SROA(int T, bool hasDT, char &ID, int ST, int AT, int SLT) argument
79 if (SLT == -1)
83 ScalarLoadThreshold = SLT;
194 SROA_DT(int T = -1, int ST = -1, int AT = -1, int SLT = -1) :
195 SROA(T, true, ID, ST, AT, SLT) {
212 SROA_SSAUp(int T = -1, int ST = -1, int AT = -1, int SLT = -1) :
213 SROA(T, false, ID, ST, AT, SLT) {
312 unsigned SLT)
313 : AllocaSize(Size), DL(DL), ScalarLoadThreshold(SLT), IsNotTrivial(false),
311 ConvertToScalarInfo(unsigned Size, const DataLayout &DL, unsigned SLT) argument
/freebsd-11.0-release/contrib/llvm/lib/Target/Mips/
H A DMipsFastISel.cpp628 emitInst(Mips::SLT, ResultReg).addReg(RightReg).addReg(LeftReg);
632 emitInst(Mips::SLT, ResultReg).addReg(LeftReg).addReg(RightReg);
637 emitInst(Mips::SLT, TempReg).addReg(LeftReg).addReg(RightReg);
643 emitInst(Mips::SLT, TempReg).addReg(RightReg).addReg(LeftReg);
/freebsd-11.0-release/contrib/gdb/gdb/
H A Dhpread.c80 #define SLT(o) (HPUX_SYMFILE_INFO(o)->slt) macro
1727 /* Read in data from the $SLT$ subspace. $SLT$ contains information
1729 slt_section = bfd_get_section_by_name (objfile->obfd, "$SLT$");
1733 SLT (objfile) =
1737 bfd_get_section_contents (objfile->obfd, slt_section, SLT (objfile),
2328 return (union sltentry *) &(SLT (objfile)[index * sizeof (union sltentry)]);
5029 /* Only record "normal" entries in the SLT. */
5551 /* Record lines up to this SLT pointer. */
/freebsd-11.0-release/contrib/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp2888 // SLT fits well with 2 of our 4 pseudo-branches:
2891 // If the result of the SLT is 1, we branch, and if it's 0, we don't.
2892 // This is accomplished by using a BNEZ with the result of the SLT.
2898 // Note that the order of the SLT arguments doesn't change between
2902 // instead of SLT.
2903 emitRRR(IsUnsigned ? Mips::SLTu : Mips::SLT, ATRegNum,
3218 FinalOpcode = Mips::SLT;

Completed in 141 milliseconds