Home
last modified time | relevance | path

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

/external/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();
/external/llvm-project/llvm/include/llvm/CodeGen/
DMachineInstr.h528 return getNumExplicitDefs() + MCID->getNumImplicitDefs();
566 unsigned getNumExplicitDefs() const;
613 operands_begin() + getNumExplicitDefs());
618 operands_begin() + getNumExplicitDefs());
623 return make_range(operands_begin() + getNumExplicitDefs(), operands_end());
627 return make_range(operands_begin() + getNumExplicitDefs(), operands_end());
630 return make_range(operands_begin() + getNumExplicitDefs(),
634 return make_range(operands_begin() + getNumExplicitDefs(),
1781 return getOperand(getNumExplicitDefs()).getIntrinsicID();
/external/llvm-project/llvm/lib/Target/WebAssembly/
DWebAssemblyUtilities.cpp89 return MI.getOperand(MI.getNumExplicitDefs()); in getCalleeOp()
DWebAssemblyMCInstLower.cpp217 unsigned NumVariadicDefs = MI->getNumExplicitDefs() - Desc.getNumDefs(); in lower()
324 OutMI.insert(OutMI.begin(), MCOperand::createImm(MI->getNumExplicitDefs())); in lower()
/external/llvm-project/llvm/lib/Target/AMDGPU/
DSIPostRABundler.cpp124 if (I->getNumExplicitDefs() == 0) in runOnMachineFunction()
DAMDGPURegisterBankInfo.cpp312 for (unsigned I = 0, E = MI.getNumExplicitDefs(); I != E; ++I) { in addMappingFromTable()
1290 const int NumDefs = MI.getNumExplicitDefs(); in applyMappingImage()
3268 RsrcIdx += MI.getNumExplicitDefs() + 1; in getImageMapping()
DAMDGPULegalizerInfo.cpp3885 const bool HasReturn = MI.getNumExplicitDefs() != 0; in legalizeBufferAtomic()
4052 const unsigned NumDefs = MI.getNumExplicitDefs(); in legalizeImageIntrinsic()
4145 MI.getOperand(MI.getNumExplicitDefs()) in legalizeImageIntrinsic()
DAMDGPUInstructionSelector.cpp1490 const unsigned ArgOffset = MI.getNumExplicitDefs() + 1; in selectImageIntrinsic()
/external/llvm-project/llvm/lib/CodeGen/GlobalISel/
DGISelKnownBits.cpp51 assert(MI.getNumExplicitDefs() == 1 && in getKnownBits()
DCombinerHelper.cpp2537 assert(MI.getNumExplicitDefs() == 1 && "Expected one explicit def?"); in replaceSingleDefInstWithOperand()
2548 assert(MI.getNumExplicitDefs() == 1 && "Expected one explicit def?"); in replaceSingleDefInstWithReg()
/external/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()
/external/llvm-project/llvm/lib/CodeGen/
DMachineCSE.cpp777 MI->getNumExplicitDefs() != 1) in isPRECandidate()
DTwoAddressInstructionPass.cpp605 assert(mi->getNumExplicitDefs() == 1); in convertInstTo3Addr()
606 assert(NewMI->getNumExplicitDefs() == 1); in convertInstTo3Addr()
DTargetInstrInfo.cpp1242 if (MI.getNumExplicitDefs() != 1) in describeLoadedValue()
DMachineInstr.cpp747 unsigned MachineInstr::getNumExplicitDefs() const { in getNumExplicitDefs() function in MachineInstr
DMachineVerifier.cpp1337 const MachineOperand &IntrIDOp = MI->getOperand(MI->getNumExplicitDefs()); in verifyPreISelGenericInstruction()
/external/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()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86InstrInfo.cpp7236 assert(Inst.getNumExplicitOperands() == 3 && Inst.getNumExplicitDefs() == 1 && in hasReassociableOperands()
/external/llvm-project/llvm/lib/Target/X86/
DX86InstrInfo.cpp8004 assert(Inst.getNumExplicitOperands() == 3 && Inst.getNumExplicitDefs() == 1 && in hasReassociableOperands()