Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfoF.td113 def FExt : ExtInfo<"", "", [HasStdExtF], f32, FPR32, FPR32, ?, ?>;
117 defvar FExts = [FExt, ZfinxExt];
H A DRISCVISelLowering.cpp6610 auto [FExt, Chain] = in LowerOperation()
6612 return DAG.getNode(Op.getOpcode(), DL, Op->getVTList(), Chain, FExt); in LowerOperation()
6614 SDValue FExt = DAG.getFPExtendOrRound(Src, DL, InterimFVT); in LowerOperation() local
6615 return DAG.getNode(Op.getOpcode(), DL, VT, FExt); in LowerOperation()
/src/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DNumericalStabilitySanitizer.cpp1124 Value *FExt = FExtBBBuilder.CreateFPExt(&Load, ExtendedVT); in handleLoad() local
1132 ShadowPhi->addIncoming(FExt, FExtBB); in handleLoad()