Home
last modified time | relevance | path

Searched refs:getConstantFPVRegVal (Results 1 – 11 of 11) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/
DUtils.h132 const ConstantFP* getConstantFPVRegVal(unsigned VReg,
DMIPatternMatch.h146 F = getConstantFPVRegVal(Reg, MRI);
/external/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
DUtils.h145 const ConstantFP* getConstantFPVRegVal(Register VReg,
DMIPatternMatch.h168 F = getConstantFPVRegVal(Reg, MRI);
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DUtils.cpp295 const llvm::ConstantFP* llvm::getConstantFPVRegVal(unsigned VReg, in getConstantFPVRegVal() function in llvm
/external/llvm-project/llvm/lib/CodeGen/GlobalISel/
DUtils.cpp347 llvm::getConstantFPVRegVal(Register VReg, const MachineRegisterInfo &MRI) { in getConstantFPVRegVal() function in llvm
DCombinerHelper.cpp1436 const ConstantFP *MaybeCst = getConstantFPVRegVal(Op, MRI); in constantFoldFpUnary()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPULegalizerInfo.cpp1960 if (auto CLHS = getConstantFPVRegVal(LHS, MRI)) { in legalizeFastUnsafeFDIV()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64InstructionSelector.cpp876 const ConstantFP *FPImm = getConstantFPVRegVal(I.getOperand(3).getReg(), MRI); in selectFCMPOpc()
/external/llvm-project/llvm/lib/Target/AMDGPU/
DAMDGPULegalizerInfo.cpp3072 if (auto CLHS = getConstantFPVRegVal(LHS, MRI)) { in legalizeFastUnsafeFDIV()
/external/llvm-project/llvm/lib/Target/AArch64/GISel/
DAArch64InstructionSelector.cpp4196 const ConstantFP *FPImm = getConstantFPVRegVal(RHS, MRI); in emitFPCompare()