Home
last modified time | relevance | path

Searched refs:RelaxCandidate (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVMCCodeEmitter.cpp402 bool RelaxCandidate = false; in getImmOpValue() local
425 RelaxCandidate = true; in getImmOpValue()
429 RelaxCandidate = true; in getImmOpValue()
439 RelaxCandidate = true; in getImmOpValue()
443 RelaxCandidate = true; in getImmOpValue()
456 RelaxCandidate = true; in getImmOpValue()
460 RelaxCandidate = true; in getImmOpValue()
470 RelaxCandidate = true; in getImmOpValue()
474 RelaxCandidate = true; in getImmOpValue()
516 if (EnableRelax && RelaxCandidate) { in getImmOpValue()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/LoongArch/MCTargetDesc/
H A DLoongArchMCCodeEmitter.cpp124 bool RelaxCandidate = false; in getExprOpValue() local
132 RelaxCandidate = LAExpr->getRelaxHint(); in getExprOpValue()
283 if (EnableRelax && RelaxCandidate) { in getExprOpValue()