Home
last modified time | relevance | path

Searched refs:CreateFPImm (Results 1 – 7 of 7) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/CodeGen/GlobalISel/
H A DCSEMIRBuilder.cpp223 ProfBuilder.addNodeIDMachineOperand(MachineOperand::CreateFPImm(&Val)); in buildFConstant()
/freebsd-12.1/contrib/llvm/lib/Target/WebAssembly/
H A DWebAssemblyRegStackify.cpp117 MI->addOperand(MachineOperand::CreateFPImm(Val)); in ConvertImplicitDefToConstZero()
122 MI->addOperand(MachineOperand::CreateFPImm(Val)); in ConvertImplicitDefToConstZero()
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DMachineInstrBuilder.h129 MI->addOperand(*MF, MachineOperand::CreateFPImm(Val)); in addFPImm()
H A DMachineOperand.h750 static MachineOperand CreateFPImm(const ConstantFP *CFP) { in CreateFPImm() function
/freebsd-12.1/contrib/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp1913 CreateFPImm(APFloat Val, bool IsExact, SMLoc S, MCContext &Ctx) { in CreateFPImm() function in __anon7d8c15f70111::AArch64Operand
2587 AArch64Operand::CreateFPImm(F, true, S, getContext())); in tryParseFPImm()
2602 Operands.push_back(AArch64Operand::CreateFPImm( in tryParseFPImm()
/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/
H A DHexagonConstExtenders.cpp777 return MachineOperand::CreateFPImm(V.CFP); in operator MachineOperand()
/freebsd-12.1/contrib/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp1436 Dest = MachineOperand::CreateFPImm(cast<ConstantFP>(C)); in parseFPImmediateOperand()