Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DCSEMIRBuilder.cpp247 ProfBuilder.addNodeIDMachineOperand(MachineOperand::CreateFPImm(&Val)); in buildFConstant()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyRegStackify.cpp116 MI->addOperand(MachineOperand::CreateFPImm(Val)); in convertImplicitDefToConstZero()
121 MI->addOperand(MachineOperand::CreateFPImm(Val)); in convertImplicitDefToConstZero()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineOperand.h773 static MachineOperand CreateFPImm(const ConstantFP *CFP) { in CreateFPImm() function
DMachineInstrBuilder.h133 MI->addOperand(*MF, MachineOperand::CreateFPImm(Val)); in addFPImm()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/AsmParser/
DAArch64AsmParser.cpp1902 CreateFPImm(APFloat Val, bool IsExact, SMLoc S, MCContext &Ctx) { in CreateFPImm() function in __anona2df353b0111::AArch64Operand
2577 AArch64Operand::CreateFPImm(F, true, S, getContext())); in tryParseFPImm()
2597 Operands.push_back(AArch64Operand::CreateFPImm( in tryParseFPImm()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonConstExtenders.cpp778 return MachineOperand::CreateFPImm(V.CFP); in operator MachineOperand()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/MIRParser/
DMIParser.cpp1716 Dest = MachineOperand::CreateFPImm(cast<ConstantFP>(C)); in parseFPImmediateOperand()