Home
last modified time | relevance | path

Searched refs:cheaper (Results 1 – 13 of 13) sorted by relevance

/freebsd/contrib/less/
H A Dscreen.c1466 static constant char * cheaper(constant char *t1, constant char *t2, constant char *def) in cheaper() function
1702 sc_home = cheaper(t1, t2, "|\b^"); in get_term_info()
1728 sc_addline = cheaper(t1, t2, ""); in get_term_info()
1761 sc_lower_left = cheaper(t1, t2, "\r"); in reget_term_info()
/freebsd/sys/dev/isp/
H A DHardware.txt203 slightly cheaper than the equivalent Ultra3 SCSI drives.
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86RegisterInfo.td78 // RAGreedy prefers to select a cheaper register
87 // 2. Consider callee-save register is never cheaper than a register w/ cost 1
/freebsd/contrib/llvm-project/llvm/lib/Support/Unix/
H A DPath.inc1520 // cheaper.
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DGenericOpcodes.td63 // instructions that are cheaper than the constituent shifts as the optimizer is
H A DTarget.td666 bit isAsCheapAsAMove = false; // As cheap (or cheaper) than a move instruction.
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfoVSDPatterns.td909 // (add v, C) -> (sub v, -C) if -C cheaper to materialize
H A DRISCVInstrInfo.td2236 // Select SUB if the negated constant is cheaper to materialize.
H A DRISCVInstrInfoVVLPatterns.td2122 // (add v, C) -> (sub v, -C) if -C cheaper to materialize
H A DRISCVInstrInfoVPseudos.td6251 // (add v, C) -> (sub v, -C) if -C cheaper to materialize
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSOPInstructions.td1856 // TODO: Would it be cheaper to emit multiple s_getreg_b32 calls for
/freebsd/
H A DUPDATING2324 If you want to selectively load things (eg on cheaper ARM/MIPS
/freebsd/contrib/ncurses/misc/
H A Dterminfo.src14093 # capabilities, but with cheaper (shorter) control sequences. Messy design,