Searched refs:FExt (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | NumericalStabilitySanitizer.cpp | 1178 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 D | RISCVInstrInfoF.td | 145 def FExt : ExtInfo<"", "", [HasStdExtF], f32, FPR32, FPR32, ?, ?>; 149 defvar FExts = [FExt, ZfinxExt];
|
| H A D | RISCVISelLowering.cpp | 7551 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()
|