reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

include/llvm/CodeGen/GlobalISel/Utils.h
  132 const ConstantFP* getConstantFPVRegVal(unsigned VReg,

References

include/llvm/CodeGen/GlobalISel/MIPatternMatch.h
  146     F = getConstantFPVRegVal(Reg, MRI);
lib/Target/AArch64/AArch64InstructionSelector.cpp
  848   const ConstantFP *FPImm = getConstantFPVRegVal(I.getOperand(3).getReg(), MRI);
lib/Target/AMDGPU/AMDGPULegalizerInfo.cpp
 1899   if (auto CLHS = getConstantFPVRegVal(LHS, MRI)) {