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.cpp411 bool RelaxCandidate = false; in getImmOpValue() local
434 RelaxCandidate = true; in getImmOpValue()
438 RelaxCandidate = true; in getImmOpValue()
448 RelaxCandidate = true; in getImmOpValue()
452 RelaxCandidate = true; in getImmOpValue()
465 RelaxCandidate = true; in getImmOpValue()
469 RelaxCandidate = true; in getImmOpValue()
479 RelaxCandidate = true; in getImmOpValue()
483 RelaxCandidate = true; in getImmOpValue()
525 if (EnableRelax && RelaxCandidate) { in getImmOpValue()
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/MCTargetDesc/
H A DLoongArchMCCodeEmitter.cpp128 bool RelaxCandidate = false; in getExprOpValue() local
136 RelaxCandidate = LAExpr->getRelaxHint(); in getExprOpValue()
338 if (EnableRelax && RelaxCandidate) { in getExprOpValue()