Home
last modified time | relevance | path

Searched refs:FExt (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DNumericalStabilitySanitizer.cpp1178 Value *FExt = FExtBBBuilder.CreateFPExt(&Load, ExtendedVT); in handleLoad() local
1186 ShadowPhi->addIncoming(FExt, FExtBB); in handleLoad()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfoF.td145 def FExt : ExtInfo<"", "", [HasStdExtF], f32, FPR32, FPR32, ?, ?>;
149 defvar FExts = [FExt, ZfinxExt];
H A DRISCVISelLowering.cpp7551 auto [FExt, Chain] = in LowerOperation()
7553 return DAG.getNode(Op.getOpcode(), DL, Op->getVTList(), Chain, FExt); in LowerOperation()
7555 SDValue FExt = DAG.getFPExtendOrRound(Src, DL, InterimFVT); in LowerOperation() local
7556 return DAG.getNode(Op.getOpcode(), DL, VT, FExt); in LowerOperation()