Searched refs:CreateFPImm (Results 1 – 7 of 7) sorted by relevance
223 ProfBuilder.addNodeIDMachineOperand(MachineOperand::CreateFPImm(&Val)); in buildFConstant()
117 MI->addOperand(MachineOperand::CreateFPImm(Val)); in ConvertImplicitDefToConstZero()122 MI->addOperand(MachineOperand::CreateFPImm(Val)); in ConvertImplicitDefToConstZero()
129 MI->addOperand(*MF, MachineOperand::CreateFPImm(Val)); in addFPImm()
750 static MachineOperand CreateFPImm(const ConstantFP *CFP) { in CreateFPImm() function
1913 CreateFPImm(APFloat Val, bool IsExact, SMLoc S, MCContext &Ctx) { in CreateFPImm() function in __anon7d8c15f70111::AArch64Operand2587 AArch64Operand::CreateFPImm(F, true, S, getContext())); in tryParseFPImm()2602 Operands.push_back(AArch64Operand::CreateFPImm( in tryParseFPImm()
777 return MachineOperand::CreateFPImm(V.CFP); in operator MachineOperand()
1436 Dest = MachineOperand::CreateFPImm(cast<ConstantFP>(C)); in parseFPImmediateOperand()