Searched refs:CreateFPImm (Results 1 – 11 of 11) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Target/ARM/ |
D | ARMMCInstLower.cpp | 107 MCOp = MCOperand::CreateFPImm(Val.convertToDouble()); in lowerOperand()
|
/external/swiftshader/third_party/LLVM/include/llvm/MC/ |
D | MCInst.h | 109 static MCOperand CreateFPImm(double Val) { in CreateFPImm() function
|
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
D | MachineInstrBuilder.h | 86 MI->addOperand(MachineOperand::CreateFPImm(Val)); in addFPImm()
|
D | MachineOperand.h | 483 static MachineOperand CreateFPImm(const ConstantFP *CFP) { in CreateFPImm() function
|
/external/llvm/include/llvm/CodeGen/ |
D | MachineInstrBuilder.h | 98 MI->addOperand(*MF, MachineOperand::CreateFPImm(Val)); in addFPImm()
|
D | MachineOperand.h | 600 static MachineOperand CreateFPImm(const ConstantFP *CFP) { in CreateFPImm() function
|
/external/swiftshader/third_party/LLVM/lib/Target/PTX/ |
D | PTXAsmPrinter.cpp | 585 MCOp = MCOperand::CreateFPImm(Val.convertToDouble()); in lowerOperand()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | InstrEmitter.cpp | 351 MI->addOperand(MachineOperand::CreateFPImm(CFP)); in AddOperand()
|
/external/swiftshader/third_party/LLVM/lib/Target/ARM/AsmParser/ |
D | ARMAsmParser.cpp | 1599 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/ |
D | AArch64AsmParser.cpp | 1687 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/ |
D | MIParser.cpp | 1078 Dest = MachineOperand::CreateFPImm(cast<ConstantFP>(C)); in parseFPImmediateOperand()
|