Home
last modified time | relevance | path

Searched refs:addFPImm (Results 1 – 8 of 8) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCInstBuilder.h43 MCInstBuilder &addFPImm(double Val) { in addFPImm() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DMachineIRBuilder.cpp145 MIB.addFPImm(CFP); in buildConstDbgValue()
320 .addFPImm(&Val); in buildFConstant()
327 Const.addFPImm(&Val); in buildFConstant()
DIRTranslator.cpp1658 MIB.addFPImm(cast<ConstantFP>(Arg.value())); in translateCall()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DInstrEmitter.cpp374 MIB.addFPImm(F->getConstantFPValue()); in AddOperand()
739 MIB.addFPImm(CF); in EmitDbgValue()
DFastISel.cpp1433 .addFPImm(CF) in selectIntrinsicCall()
2178 .addFPImm(FPImm); in fastEmitInst_f()
2181 .addFPImm(FPImm); in fastEmitInst_f()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineInstrBuilder.h132 const MachineInstrBuilder &addFPImm(const ConstantFP *Val) const { in addFPImm() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyISelLowering.cpp404 .addFPImm(cast<ConstantFP>(ConstantFP::get(Ty, CmpVal))); in LowerFPToInt()
414 .addFPImm(cast<ConstantFP>(ConstantFP::get(Ty, 0.0))); in LowerFPToInt()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/
DInstructionSelectorImpl.h936 OutMIs[NewInsnID].addFPImm( in executeMatchTable()