Searched refs:AddOperand (Results 1 - 7 of 7) sorted by relevance

/external/llvm/lib/CodeGen/SelectionDAG/
H A DInstrEmitter.h72 /// AddOperand - Add the specified operand to the specified machine instr. II
76 void AddOperand(MachineInstrBuilder &MIB,
H A DInstrEmitter.cpp372 /// AddOperand - Add the specified operand to the specified machine instr. II
375 void InstrEmitter::AddOperand(MachineInstrBuilder &MIB,
567 AddOperand(MIB, N0, 0, nullptr, VRBaseMap, /*IsDebug=*/false,
570 AddOperand(MIB, N1, 0, nullptr, VRBaseMap, /*IsDebug=*/false,
637 AddOperand(MIB, Op, i+1, &II, VRBaseMap, /*IsDebug=*/false,
684 AddOperand(MIB, Op, (*MIB).getNumOperands(), &II, VRBaseMap,
800 AddOperand(MIB, Node->getOperand(i), i-NumSkip+NumDefs, &II,
1000 AddOperand(MIB, Node->getOperand(i), 0, nullptr, VRBaseMap,
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
H A DInstrEmitter.h70 /// AddOperand - Add the specified operand to the specified machine instr. II
74 void AddOperand(MachineInstr *MI, SDValue Op,
H A DInstrEmitter.cpp335 /// AddOperand - Add the specified operand to the specified machine instr. II
339 void InstrEmitter::AddOperand(MachineInstr *MI, SDValue Op,
522 AddOperand(MI, N0, 0, 0, VRBaseMap, /*IsDebug=*/false,
525 AddOperand(MI, N1, 0, 0, VRBaseMap, /*IsDebug=*/false,
587 AddOperand(MI, Op, i+1, &II, VRBaseMap, /*IsDebug=*/false,
628 AddOperand(&*MIB, Op, (*MIB).getNumOperands(), &II, VRBaseMap,
742 AddOperand(MI, Node->getOperand(i), i-NumSkip+II.getNumDefs(), &II,
891 AddOperand(MI, Node->getOperand(i), 0, 0, VRBaseMap,
/external/v8/src/compiler/
H A Dregister-allocator.h747 void AddOperand(InstructionOperand* operand);
H A Dregister-allocator.cc1344 void RegisterAllocationData::PhiMapValue::AddOperand( function in class:v8::internal::compiler::LiveRangeBoundArray::RegisterAllocationData::PhiMapValue
1824 map_value->AddOperand(&move->destination());
/external/v8/src/crankshaft/
H A Dhydrogen-instructions.h2125 AddOperand(target, zone);
2126 AddOperand(context, zone);
2128 AddOperand(operands[i], zone);
2134 void AddOperand(HValue* v, Zone* zone) { function

Completed in 271 milliseconds