Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/
H A DWebAssemblyRegStackify.cpp116 MI->addOperand(MachineOperand::CreateFPImm(Val)); in convertImplicitDefToConstZero()
121 MI->addOperand(MachineOperand::CreateFPImm(Val)); in convertImplicitDefToConstZero()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DCSEMIRBuilder.cpp346 ProfBuilder.addNodeIDMachineOperand(MachineOperand::CreateFPImm(&Val)); in buildFConstant()
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DMachineInstrBuilder.h142 MI->addOperand(*MF, MachineOperand::CreateFPImm(Val)); in addFPImm()
H A DMachineOperand.h824 static MachineOperand CreateFPImm(const ConstantFP *CFP) { in CreateFPImm() function
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DInstrEmitter.cpp716 return MachineOperand::CreateFPImm(CF); in GetMOForConstDbgOp()
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonConstExtenders.cpp779 return MachineOperand::CreateFPImm(V.CFP); in operator MachineOperand()
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp2309 CreateFPImm(APFloat Val, bool IsExact, SMLoc S, MCContext &Ctx) { in CreateFPImm() function in __anonb6c3df290111::AArch64Operand
3286 AArch64Operand::CreateFPImm(F, true, S, getContext())); in tryParseFPImm()
3304 Operands.push_back(AArch64Operand::CreateFPImm( in tryParseFPImm()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp1996 Dest = MachineOperand::CreateFPImm(cast<ConstantFP>(C)); in parseFPImmediateOperand()