Searched refs:getConstantFPVRegVal (Results 1 – 11 of 11) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/ |
D | Utils.h | 132 const ConstantFP* getConstantFPVRegVal(unsigned VReg,
|
D | MIPatternMatch.h | 146 F = getConstantFPVRegVal(Reg, MRI);
|
/external/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
D | Utils.h | 145 const ConstantFP* getConstantFPVRegVal(Register VReg,
|
D | MIPatternMatch.h | 168 F = getConstantFPVRegVal(Reg, MRI);
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/ |
D | Utils.cpp | 295 const llvm::ConstantFP* llvm::getConstantFPVRegVal(unsigned VReg, in getConstantFPVRegVal() function in llvm
|
/external/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
D | Utils.cpp | 347 llvm::getConstantFPVRegVal(Register VReg, const MachineRegisterInfo &MRI) { in getConstantFPVRegVal() function in llvm
|
D | CombinerHelper.cpp | 1436 const ConstantFP *MaybeCst = getConstantFPVRegVal(Op, MRI); in constantFoldFpUnary()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPULegalizerInfo.cpp | 1960 if (auto CLHS = getConstantFPVRegVal(LHS, MRI)) { in legalizeFastUnsafeFDIV()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64InstructionSelector.cpp | 876 const ConstantFP *FPImm = getConstantFPVRegVal(I.getOperand(3).getReg(), MRI); in selectFCMPOpc()
|
/external/llvm-project/llvm/lib/Target/AMDGPU/ |
D | AMDGPULegalizerInfo.cpp | 3072 if (auto CLHS = getConstantFPVRegVal(LHS, MRI)) { in legalizeFastUnsafeFDIV()
|
/external/llvm-project/llvm/lib/Target/AArch64/GISel/ |
D | AArch64InstructionSelector.cpp | 4196 const ConstantFP *FPImm = getConstantFPVRegVal(RHS, MRI); in emitFPCompare()
|