Home
last modified time | relevance | path

Searched refs:MO_FPImmediate (Results 1 – 11 of 11) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineOperand.h56 MO_FPImmediate, ///< Floating-point immediate operand enumerator
325 bool isFPImm() const { return OpKind == MO_FPImmediate; } in isFPImm()
774 MachineOperand Op(MachineOperand::MO_FPImmediate); in CreateFPImm()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineOperand.cpp168 OpKind = MO_FPImmediate; in ChangeToFPImmediate()
288 case MachineOperand::MO_FPImmediate: in isIdenticalTo()
353 case MachineOperand::MO_FPImmediate: in hash_value()
801 case MachineOperand::MO_FPImmediate: in print()
DMIRVRegNamerUtils.cpp59 case MachineOperand::MO_FPImmediate: in getInstructionOpcodeHash()
DMIRPrinter.cpp840 case MachineOperand::MO_FPImmediate: in print()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMMCInstLower.cpp109 case MachineOperand::MO_FPImmediate: { in lowerOperand()
DARMExpandPseudoInsts.cpp791 case MachineOperand::MO_FPImmediate: in IsAnAddressOperand()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonMCInstLower.cpp129 case MachineOperand::MO_FPImmediate: { in HexagonLowerToMC()
DHexagonConstExtenders.cpp514 case MachineOperand::MO_FPImmediate: in operator <<()
727 case MachineOperand::MO_FPImmediate: { in operator <()
776 case MachineOperand::MO_FPImmediate: in operator MachineOperand()
DHexagonExpandCondsets.cpp605 case MachineOperand::MO_FPImmediate: in getCondTfrOpcode()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyMCInstLower.cpp273 case MachineOperand::MO_FPImmediate: { in lower()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
DNVPTXAsmPrinter.cpp259 case MachineOperand::MO_FPImmediate: { in lowerOperand()
2227 case MachineOperand::MO_FPImmediate: in printOperand()