Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVMCCodeEmitter.cpp587 bool RelaxCandidate = false; in getImmOpValue() local
590 RelaxCandidate = true; in getImmOpValue()
616 RelaxCandidate = true; in getImmOpValue()
620 RelaxCandidate = true; in getImmOpValue()
629 RelaxCandidate = true; in getImmOpValue()
633 RelaxCandidate = true; in getImmOpValue()
642 RelaxCandidate = true; in getImmOpValue()
645 RelaxCandidate = true; in getImmOpValue()
649 RelaxCandidate = true; in getImmOpValue()
653 RelaxCandidate = true; in getImmOpValue()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/MCTargetDesc/
H A DLoongArchMCCodeEmitter.cpp140 bool RelaxCandidate = false; in getExprOpValue() local
148 RelaxCandidate = LAExpr->getRelaxHint(); in getExprOpValue()
179 RelaxCandidate = true; in getExprOpValue()
214 if (EnableRelax && RelaxCandidate) in getExprOpValue()