Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMLegalizerInfo.cpp403 auto LibcallResult = MRI.createGenericVirtualRegister(LLT::scalar(32)); in legalizeCustom() local
405 {LibcallResult, RetTy, 0}, in legalizeCustom()
425 MIRBuilder.buildTrunc(ProcessedResult, LibcallResult); in legalizeCustom()
430 MIRBuilder.buildICmp(ResultPred, ProcessedResult, LibcallResult, Zero); in legalizeCustom()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp678 auto LibcallResult = in emitSincosLibcall() local
686 if (LibcallResult != LegalizeResult::Legalized) in emitSincosLibcall()