/external/llvm/lib/CodeGen/SelectionDAG/ |
H A D | InstrEmitter.h | 72 /// AddOperand - Add the specified operand to the specified machine instr. II 76 void AddOperand(MachineInstrBuilder &MIB,
|
H A D | InstrEmitter.cpp | 372 /// 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 D | InstrEmitter.h | 70 /// AddOperand - Add the specified operand to the specified machine instr. II 74 void AddOperand(MachineInstr *MI, SDValue Op,
|
H A D | InstrEmitter.cpp | 335 /// 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 D | register-allocator.h | 747 void AddOperand(InstructionOperand* operand);
|
H A D | register-allocator.cc | 1340 void RegisterAllocationData::PhiMapValue::AddOperand( function in class:v8::internal::compiler::LiveRangeBoundArray::RegisterAllocationData::PhiMapValue 1820 map_value->AddOperand(&move->destination());
|
/external/v8/src/crankshaft/ |
H A D | hydrogen-instructions.h | 2127 AddOperand(target, zone); 2128 AddOperand(context, zone); 2130 AddOperand(operands[i], zone); 2136 void AddOperand(HValue* v, Zone* zone) { function
|