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

  /external/llvm/lib/CodeGen/SelectionDAG/
InstrEmitter.h 72 /// AddOperand - Add the specified operand to the specified machine instr. II
76 void AddOperand(MachineInstrBuilder &MIB,
InstrEmitter.cpp 370 /// AddOperand - Add the specified operand to the specified machine instr. II
373 void InstrEmitter::AddOperand(MachineInstrBuilder &MIB,
565 AddOperand(MIB, N0, 0, nullptr, VRBaseMap, /*IsDebug=*/false,
568 AddOperand(MIB, N1, 0, nullptr, VRBaseMap, /*IsDebug=*/false,
635 AddOperand(MIB, Op, i+1, &II, VRBaseMap, /*IsDebug=*/false,
682 AddOperand(MIB, Op, (*MIB).getNumOperands(), &II, VRBaseMap,
798 AddOperand(MIB, Node->getOperand(i), i-NumSkip+NumDefs, &II,
    [all...]