Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCInstBuilder.h44 MCInstBuilder &addFPImm(double Val) { in addFPImm() function
/external/llvm/include/llvm/MC/
DMCInstBuilder.h44 MCInstBuilder &addFPImm(double Val) { in addFPImm() function
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/tools/llvm-exegesis/
DBenchmarkResultTest.cpp70 .addFPImm(0.5)); in TEST()
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DMachineInstrBuilder.h85 const MachineInstrBuilder &addFPImm(const ConstantFP *Val) const { in addFPImm() function
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DFastISel.cpp571 .addFPImm(CF).addImm(DI->getOffset()) in SelectCall()
1229 .addFPImm(FPImm); in FastEmitInst_rf()
1233 .addFPImm(FPImm); in FastEmitInst_rf()
DInstrEmitter.cpp638 MIB.addFPImm(CF); in EmitDbgValue()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/GlobalISel/
DMachineIRBuilder.cpp143 MIB.addFPImm(CFP); in buildConstDbgValue()
264 return buildInstr(TargetOpcode::G_FCONSTANT).addDef(Res).addFPImm(&Val); in buildFConstant()
/external/llvm/include/llvm/CodeGen/
DMachineInstrBuilder.h97 const MachineInstrBuilder &addFPImm(const ConstantFP *Val) const { in addFPImm() function
/external/llvm/lib/CodeGen/SelectionDAG/
DInstrEmitter.cpp387 MIB.addFPImm(F->getConstantFPValue()); in AddOperand()
694 MIB.addFPImm(CF); in EmitDbgValue()
DFastISel.cpp1202 .addFPImm(CF) in selectIntrinsicCall()
1944 .addFPImm(FPImm); in fastEmitInst_f()
1947 .addFPImm(FPImm); in fastEmitInst_f()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/
DWebAssemblyISelLowering.cpp262 .addFPImm(cast<ConstantFP>(ConstantFP::get(Ty, CmpVal))); in LowerFPToInt()
273 .addFPImm(cast<ConstantFP>(ConstantFP::get(Ty, 0.0))); in LowerFPToInt()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DMachineInstrBuilder.h128 const MachineInstrBuilder &addFPImm(const ConstantFP *Val) const { in addFPImm() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DInstrEmitter.cpp395 MIB.addFPImm(F->getConstantFPValue()); in AddOperand()
737 MIB.addFPImm(CF); in EmitDbgValue()
DFastISel.cpp1413 .addFPImm(CF) in selectIntrinsicCall()
2137 .addFPImm(FPImm); in fastEmitInst_f()
2140 .addFPImm(FPImm); in fastEmitInst_f()
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMFastISel.cpp385 .addFPImm(FPImm)); in FastEmitInst_rf()
389 .addFPImm(FPImm)); in FastEmitInst_rf()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/GlobalISel/
DInstructionSelectorImpl.h837 OutMIs[NewInsnID].addFPImm( in executeMatchTable()