HomeSort by relevance Sort by last modified time
    Searched refs:CreateFPImm (Results 1 - 7 of 7) sorted by null

  /external/llvm/lib/Target/ARM/
ARMMCInstLower.cpp 107 MCOp = MCOperand::CreateFPImm(Val.convertToDouble());
  /external/llvm/include/llvm/MC/
MCInst.h 109 static MCOperand CreateFPImm(double Val) {
  /external/llvm/include/llvm/CodeGen/
MachineInstrBuilder.h 86 MI->addOperand(MachineOperand::CreateFPImm(Val));
MachineOperand.h 483 static MachineOperand CreateFPImm(const ConstantFP *CFP) {
  /external/llvm/lib/Target/PTX/
PTXAsmPrinter.cpp 585 MCOp = MCOperand::CreateFPImm(Val.convertToDouble());
  /external/llvm/lib/CodeGen/SelectionDAG/
InstrEmitter.cpp 351 MI->addOperand(MachineOperand::CreateFPImm(CFP));
    [all...]
  /external/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp     [all...]

Completed in 176 milliseconds