Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMMCInstLower.cpp107 MCOp = MCOperand::CreateFPImm(Val.convertToDouble()); in lowerOperand()
/external/swiftshader/third_party/LLVM/include/llvm/MC/
DMCInst.h109 static MCOperand CreateFPImm(double Val) { in CreateFPImm() function
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DMachineInstrBuilder.h86 MI->addOperand(MachineOperand::CreateFPImm(Val)); in addFPImm()
DMachineOperand.h483 static MachineOperand CreateFPImm(const ConstantFP *CFP) { in CreateFPImm() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/
DWebAssemblyRegStackify.cpp115 MI->addOperand(MachineOperand::CreateFPImm(Val)); in ConvertImplicitDefToConstZero()
120 MI->addOperand(MachineOperand::CreateFPImm(Val)); in ConvertImplicitDefToConstZero()
/external/llvm/include/llvm/CodeGen/
DMachineInstrBuilder.h98 MI->addOperand(*MF, MachineOperand::CreateFPImm(Val)); in addFPImm()
DMachineOperand.h600 static MachineOperand CreateFPImm(const ConstantFP *CFP) { in CreateFPImm() function
/external/swiftshader/third_party/LLVM/lib/Target/PTX/
DPTXAsmPrinter.cpp585 MCOp = MCOperand::CreateFPImm(Val.convertToDouble()); in lowerOperand()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DMachineInstrBuilder.h129 MI->addOperand(*MF, MachineOperand::CreateFPImm(Val)); in addFPImm()
DMachineOperand.h750 static MachineOperand CreateFPImm(const ConstantFP *CFP) { in CreateFPImm() function
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DInstrEmitter.cpp351 MI->addOperand(MachineOperand::CreateFPImm(CFP)); in AddOperand()
/external/llvm/lib/Target/AArch64/AsmParser/
DAArch64AsmParser.cpp1687 static std::unique_ptr<AArch64Operand> CreateFPImm(unsigned Val, SMLoc S, in CreateFPImm() function in __anon170f337d0211::AArch64Operand
2228 Operands.push_back(AArch64Operand::CreateFPImm(Val, S, getContext())); in tryParseFPImm()
2247 Operands.push_back(AArch64Operand::CreateFPImm(Val, S, getContext())); in tryParseFPImm()
/external/swiftshader/third_party/LLVM/lib/Target/ARM/AsmParser/
DARMAsmParser.cpp1599 static ARMOperand *CreateFPImm(unsigned Val, SMLoc S, MCContext &Ctx) { in CreateFPImm() function in __anon1bba3d970311::ARMOperand
3355 Operands.push_back(ARMOperand::CreateFPImm(Val, S, getContext())); in parseFPImm()
3365 Operands.push_back(ARMOperand::CreateFPImm(Val, S, getContext())); in parseFPImm()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/AsmParser/
DAArch64AsmParser.cpp1880 CreateFPImm(APFloat Val, bool IsExact, SMLoc S, MCContext &Ctx) { in CreateFPImm() function in __anon766491d50111::AArch64Operand
2498 AArch64Operand::CreateFPImm(F, true, S, getContext())); in tryParseFPImm()
2513 Operands.push_back(AArch64Operand::CreateFPImm( in tryParseFPImm()
/external/llvm/lib/CodeGen/MIRParser/
DMIParser.cpp1078 Dest = MachineOperand::CreateFPImm(cast<ConstantFP>(C)); in parseFPImmediateOperand()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonConstExtenders.cpp785 return MachineOperand::CreateFPImm(V.CFP); in operator MachineOperand()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/MIRParser/
DMIParser.cpp1397 Dest = MachineOperand::CreateFPImm(cast<ConstantFP>(C)); in parseFPImmediateOperand()