Searched refs:CreateFPImm (Results 1 – 7 of 7) sorted by relevance
247 ProfBuilder.addNodeIDMachineOperand(MachineOperand::CreateFPImm(&Val)); in buildFConstant()
116 MI->addOperand(MachineOperand::CreateFPImm(Val)); in convertImplicitDefToConstZero()121 MI->addOperand(MachineOperand::CreateFPImm(Val)); in convertImplicitDefToConstZero()
773 static MachineOperand CreateFPImm(const ConstantFP *CFP) { in CreateFPImm() function
133 MI->addOperand(*MF, MachineOperand::CreateFPImm(Val)); in addFPImm()
1902 CreateFPImm(APFloat Val, bool IsExact, SMLoc S, MCContext &Ctx) { in CreateFPImm() function in __anona2df353b0111::AArch64Operand2577 AArch64Operand::CreateFPImm(F, true, S, getContext())); in tryParseFPImm()2597 Operands.push_back(AArch64Operand::CreateFPImm( in tryParseFPImm()
778 return MachineOperand::CreateFPImm(V.CFP); in operator MachineOperand()
1716 Dest = MachineOperand::CreateFPImm(cast<ConstantFP>(C)); in parseFPImmediateOperand()