Home
last modified time | relevance | path

Searched refs:getNumExplicitDefs (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineInstr.h442 return getNumExplicitDefs() + MCID->getNumImplicitDefs();
480 unsigned getNumExplicitDefs() const;
516 operands_begin() + getNumExplicitDefs());
521 operands_begin() + getNumExplicitDefs());
526 return make_range(operands_begin() + getNumExplicitDefs(), operands_end());
530 return make_range(operands_begin() + getNumExplicitDefs(), operands_end());
533 return make_range(operands_begin() + getNumExplicitDefs(),
537 return make_range(operands_begin() + getNumExplicitDefs(),
1665 return getOperand(getNumExplicitDefs()).getIntrinsicID();
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineCSE.cpp778 MI->getNumExplicitDefs() != 1) in isPRECandidate()
DTargetInstrInfo.cpp1169 assert(MI.getNumExplicitDefs() == 1 && in describeLoadedValue()
DMachineInstr.cpp718 unsigned MachineInstr::getNumExplicitDefs() const { in getNumExplicitDefs() function in MachineInstr
DMachineVerifier.cpp1348 const MachineOperand &IntrIDOp = MI->getOperand(MI->getNumExplicitDefs()); in verifyPreISelGenericInstruction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPURegisterBankInfo.cpp254 for (unsigned I = 0, E = MI.getNumExplicitDefs(); I != E; ++I) { in addMappingFromTable()
1189 const int NumDefs = MI.getNumExplicitDefs(); in applyMappingImage()
2315 RsrcIdx += MI.getNumExplicitDefs() + 1; in getImageMapping()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86InstrInfo.cpp7236 assert(Inst.getNumExplicitOperands() == 3 && Inst.getNumExplicitDefs() == 1 && in hasReassociableOperands()