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

  /external/llvm/include/llvm/CodeGen/
MachineInstr.h 320 iterator_range<mop_iterator> explicit_operands() {
324 iterator_range<const_mop_iterator> explicit_operands() const {
329 return make_range(explicit_operands().end(), operands_end());
332 return make_range(explicit_operands().end(), operands_end());
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
MachineInstr.h 367 iterator_range<mop_iterator> explicit_operands() { function in class:llvm::MachineInstr
371 iterator_range<const_mop_iterator> explicit_operands() const { function in class:llvm::MachineInstr
376 return make_range(explicit_operands().end(), operands_end());
379 return make_range(explicit_operands().end(), operands_end());
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
AMDGPUMCInstLower.cpp 198 for (const MachineOperand &MO : MI->explicit_operands()) {
345 for (const MachineOperand &MO : MI->explicit_operands()) {
SILowerControlFlow.cpp 455 for (const auto &SrcOp : Def->explicit_operands())
AMDGPUInstructionSelector.cpp 155 for (MachineOperand &MO : I.explicit_operands()) {
  /external/llvm/lib/Target/AMDGPU/
AMDGPUMCInstLower.cpp 61 for (const MachineOperand &MO : MI->explicit_operands()) {
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
X86EvexToVex.cpp 133 for (const MachineOperand &MO : MI.explicit_operands()) {
X86DomainReassignment.cpp 163 for (auto &Op : MI->explicit_operands())
  /external/llvm/lib/Target/WebAssembly/
WebAssemblyCFGStackify.cpp 291 for (MachineOperand &MO : MI.explicit_operands())
WebAssemblyRegStackify.cpp 831 for (MachineOperand &MO : reverse(MI.explicit_operands())) {
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/
WebAssemblyCFGStackify.cpp 76 for (MachineOperand &MO : MI.explicit_operands())
WebAssemblyExplicitLocals.cpp 381 for (const MachineOperand &MO : MI.explicit_operands()) {
WebAssemblyRegStackify.cpp     [all...]

Completed in 795 milliseconds