/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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyRegStackify.cpp | 115 MI->addOperand(MachineOperand::CreateFPImm(Val)); in ConvertImplicitDefToConstZero() 120 MI->addOperand(MachineOperand::CreateFPImm(Val)); in ConvertImplicitDefToConstZero()
|
/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-7.0/llvm/include/llvm/CodeGen/ |
D | MachineInstrBuilder.h | 129 MI->addOperand(*MF, MachineOperand::CreateFPImm(Val)); in addFPImm()
|
D | MachineOperand.h | 750 static MachineOperand CreateFPImm(const ConstantFP *CFP) { in CreateFPImm() function
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | InstrEmitter.cpp | 351 MI->addOperand(MachineOperand::CreateFPImm(CFP)); in AddOperand()
|
/external/llvm/lib/Target/AArch64/AsmParser/ |
D | AArch64AsmParser.cpp | 1687 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/ |
D | ARMAsmParser.cpp | 1599 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/ |
D | AArch64AsmParser.cpp | 1880 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/ |
D | MIParser.cpp | 1078 Dest = MachineOperand::CreateFPImm(cast<ConstantFP>(C)); in parseFPImmediateOperand()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/ |
D | HexagonConstExtenders.cpp | 785 return MachineOperand::CreateFPImm(V.CFP); in operator MachineOperand()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/MIRParser/ |
D | MIParser.cpp | 1397 Dest = MachineOperand::CreateFPImm(cast<ConstantFP>(C)); in parseFPImmediateOperand()
|