/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
D | MachineOperand.h | 43 MO_FPImmediate, ///< Floating-point immediate operand enumerator 197 bool isFPImm() const { return OpKind == MO_FPImmediate; } in isFPImm() 484 MachineOperand Op(MachineOperand::MO_FPImmediate); in CreateFPImm()
|
/external/llvm/include/llvm/CodeGen/ |
D | MachineOperand.h | 50 MO_FPImmediate, ///< Floating-point immediate operand enumerator 236 bool isFPImm() const { return OpKind == MO_FPImmediate; } in isFPImm() 601 MachineOperand Op(MachineOperand::MO_FPImmediate); in CreateFPImm()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | MachineOperand.h | 55 MO_FPImmediate, ///< Floating-point immediate operand enumerator 317 bool isFPImm() const { return OpKind == MO_FPImmediate; } in isFPImm() 751 MachineOperand Op(MachineOperand::MO_FPImmediate); in CreateFPImm()
|
/external/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyMCInstLower.cpp | 85 case MachineOperand::MO_FPImmediate: { in Lower()
|
/external/swiftshader/third_party/LLVM/lib/Target/ARM/ |
D | ARMMCInstLower.cpp | 103 case MachineOperand::MO_FPImmediate: { in lowerOperand()
|
/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/ |
D | MBlazeMCInstLower.cpp | 153 case MachineOperand::MO_FPImmediate: in Lower()
|
D | MBlazeAsmPrinter.cpp | 224 case MachineOperand::MO_FPImmediate: { in printOperand()
|
/external/llvm/lib/Target/ARM/ |
D | ARMMCInstLower.cpp | 93 case MachineOperand::MO_FPImmediate: { in lowerOperand()
|
D | ARMExpandPseudoInsts.cpp | 639 case MachineOperand::MO_FPImmediate: in IsAnAddressOperand()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | MachineOperand.cpp | 166 OpKind = MO_FPImmediate; in ChangeToFPImmediate() 273 case MachineOperand::MO_FPImmediate: in isIdenticalTo() 336 case MachineOperand::MO_FPImmediate: in hash_value() 789 case MachineOperand::MO_FPImmediate: in print()
|
D | MIRPrinter.cpp | 756 case MachineOperand::MO_FPImmediate: in print()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/ |
D | HexagonMCInstLower.cpp | 130 case MachineOperand::MO_FPImmediate: { in HexagonLowerToMC()
|
D | HexagonConstExtenders.cpp | 513 case MachineOperand::MO_FPImmediate: in operator <<() 726 case MachineOperand::MO_FPImmediate: { in operator <() 783 case MachineOperand::MO_FPImmediate: in operator MachineOperand()
|
D | HexagonExpandCondsets.cpp | 605 case MachineOperand::MO_FPImmediate: in getCondTfrOpcode()
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonMCInstLower.cpp | 119 case MachineOperand::MO_FPImmediate: { in HexagonLowerToMC()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/ |
D | ARMMCInstLower.cpp | 110 case MachineOperand::MO_FPImmediate: { in lowerOperand()
|
D | ARMExpandPseudoInsts.cpp | 787 case MachineOperand::MO_FPImmediate: in IsAnAddressOperand()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyMCInstLower.cpp | 202 case MachineOperand::MO_FPImmediate: { in Lower()
|
/external/llvm/lib/CodeGen/ |
D | MachineInstr.cpp | 148 OpKind = MO_FPImmediate; in ChangeToFPImmediate() 231 case MachineOperand::MO_FPImmediate: in isIdenticalTo() 273 case MachineOperand::MO_FPImmediate: in hash_value() 375 case MachineOperand::MO_FPImmediate: in print()
|
D | MIRPrinter.cpp | 789 case MachineOperand::MO_FPImmediate: in print()
|
/external/swiftshader/third_party/LLVM/lib/Target/PTX/ |
D | PTXAsmPrinter.cpp | 581 case MachineOperand::MO_FPImmediate: in lowerOperand()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | MachineInstr.cpp | 202 case MachineOperand::MO_FPImmediate: in isIdenticalTo() 278 case MachineOperand::MO_FPImmediate: in print()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/NVPTX/ |
D | NVPTXAsmPrinter.cpp | 257 case MachineOperand::MO_FPImmediate: { in lowerOperand() 2235 case MachineOperand::MO_FPImmediate: in printOperand()
|
/external/llvm/lib/Target/NVPTX/ |
D | NVPTXAsmPrinter.cpp | 278 case MachineOperand::MO_FPImmediate: { in lowerOperand() 2298 case MachineOperand::MO_FPImmediate: in printOperand()
|