Home
last modified time | relevance | path

Searched defs:FPImm (Results 1 – 10 of 10) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/MCTargetDesc/
DARMAddressingModes.h672 inline int getFP16Imm(const APFloat &FPImm) { in getFP16Imm()
700 inline int getFP32Imm(const APFloat &FPImm) { in getFP32Imm()
728 inline int getFP64Imm(const APFloat &FPImm) { in getFP64Imm()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/MCTargetDesc/
DAArch64AddressingModes.h386 static inline int getFP16Imm(const APFloat &FPImm) { in getFP16Imm()
414 static inline int getFP32Imm(const APFloat &FPImm) { in getFP32Imm()
442 static inline int getFP64Imm(const APFloat &FPImm) { in getFP64Imm()
DAArch64InstPrinter.cpp1153 float FPImm = in printFPImmOperand() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineOperand.cpp163 void MachineOperand::ChangeToFPImmediate(const ConstantFP *FPImm) { in ChangeToFPImmediate()
DLiveDebugValues.cpp187 const ConstantFP *FPImm; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfUnit.cpp513 APFloat FPImm = MO.getFPImm()->getValueAPF(); in addConstantFPValue() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DFastISel.cpp2171 const ConstantFP *FPImm) { in fastEmitInst_f()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64InstructionSelector.cpp876 const ConstantFP *FPImm = getConstantFPVRegVal(I.getOperand(3).getReg(), MRI); in selectFCMPOpc() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/AsmParser/
DAArch64AsmParser.cpp414 struct FPImmOp FPImm; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp774 SystemZVectorConstantInfo::SystemZVectorConstantInfo(APFloat FPImm) { in SystemZVectorConstantInfo()