Home
last modified time | relevance | path

Searched refs:CreateFPImm (Results 1 – 11 of 11) 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/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/lib/CodeGen/SelectionDAG/
DInstrEmitter.cpp351 MI->addOperand(MachineOperand::CreateFPImm(CFP)); in AddOperand()
/external/swiftshader/third_party/LLVM/lib/Target/ARM/AsmParser/
DARMAsmParser.cpp1599 static ARMOperand *CreateFPImm(unsigned Val, SMLoc S, MCContext &Ctx) { in CreateFPImm() function in __anon10a3738d0311::ARMOperand
3355 Operands.push_back(ARMOperand::CreateFPImm(Val, S, getContext())); in parseFPImm()
3365 Operands.push_back(ARMOperand::CreateFPImm(Val, S, getContext())); in parseFPImm()
/external/llvm/lib/Target/AArch64/AsmParser/
DAArch64AsmParser.cpp1687 static std::unique_ptr<AArch64Operand> CreateFPImm(unsigned Val, SMLoc S, in CreateFPImm() function in __anon15a73d730211::AArch64Operand
2228 Operands.push_back(AArch64Operand::CreateFPImm(Val, S, getContext())); in tryParseFPImm()
2247 Operands.push_back(AArch64Operand::CreateFPImm(Val, S, getContext())); in tryParseFPImm()
/external/llvm/lib/CodeGen/MIRParser/
DMIParser.cpp1078 Dest = MachineOperand::CreateFPImm(cast<ConstantFP>(C)); in parseFPImmediateOperand()