Searched refs:CreateFPImm (Results 1 – 7 of 7) sorted by relevance
45 Inst.addOperand(MCOperand::CreateFPImm(Val)); in addFPImm()
123 static MCOperand CreateFPImm(double Val) { in CreateFPImm() function
44 MCOp = MCOperand::CreateFPImm(FloatValue.convertToFloat()); in lower()
108 MCOp = MCOperand::CreateFPImm(Val.convertToDouble()); in lowerOperand()
580 static MachineOperand CreateFPImm(const ConstantFP *CFP) { in CreateFPImm() function
98 MI->addOperand(*MF, MachineOperand::CreateFPImm(Val)); in addFPImm()
1603 static std::unique_ptr<AArch64Operand> CreateFPImm(unsigned Val, SMLoc S, in CreateFPImm() function in __anon26fd99540211::AArch64Operand2108 Operands.push_back(AArch64Operand::CreateFPImm(Val, S, getContext())); in tryParseFPImm()2127 Operands.push_back(AArch64Operand::CreateFPImm(Val, S, getContext())); in tryParseFPImm()