/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | MachineInstr.h | 442 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/ |
D | MachineInstr.h | 528 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/ |
D | WebAssemblyUtilities.cpp | 89 return MI.getOperand(MI.getNumExplicitDefs()); in getCalleeOp()
|
D | WebAssemblyMCInstLower.cpp | 217 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/ |
D | SIPostRABundler.cpp | 124 if (I->getNumExplicitDefs() == 0) in runOnMachineFunction()
|
D | AMDGPURegisterBankInfo.cpp | 312 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()
|
D | AMDGPULegalizerInfo.cpp | 3885 const bool HasReturn = MI.getNumExplicitDefs() != 0; in legalizeBufferAtomic() 4052 const unsigned NumDefs = MI.getNumExplicitDefs(); in legalizeImageIntrinsic() 4145 MI.getOperand(MI.getNumExplicitDefs()) in legalizeImageIntrinsic()
|
D | AMDGPUInstructionSelector.cpp | 1490 const unsigned ArgOffset = MI.getNumExplicitDefs() + 1; in selectImageIntrinsic()
|
/external/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
D | GISelKnownBits.cpp | 51 assert(MI.getNumExplicitDefs() == 1 && in getKnownBits()
|
D | CombinerHelper.cpp | 2537 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/ |
D | MachineCSE.cpp | 778 MI->getNumExplicitDefs() != 1) in isPRECandidate()
|
D | TargetInstrInfo.cpp | 1169 assert(MI.getNumExplicitDefs() == 1 && in describeLoadedValue()
|
D | MachineInstr.cpp | 718 unsigned MachineInstr::getNumExplicitDefs() const { in getNumExplicitDefs() function in MachineInstr
|
D | MachineVerifier.cpp | 1348 const MachineOperand &IntrIDOp = MI->getOperand(MI->getNumExplicitDefs()); in verifyPreISelGenericInstruction()
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | MachineCSE.cpp | 777 MI->getNumExplicitDefs() != 1) in isPRECandidate()
|
D | TwoAddressInstructionPass.cpp | 605 assert(mi->getNumExplicitDefs() == 1); in convertInstTo3Addr() 606 assert(NewMI->getNumExplicitDefs() == 1); in convertInstTo3Addr()
|
D | TargetInstrInfo.cpp | 1242 if (MI.getNumExplicitDefs() != 1) in describeLoadedValue()
|
D | MachineInstr.cpp | 747 unsigned MachineInstr::getNumExplicitDefs() const { in getNumExplicitDefs() function in MachineInstr
|
D | MachineVerifier.cpp | 1337 const MachineOperand &IntrIDOp = MI->getOperand(MI->getNumExplicitDefs()); in verifyPreISelGenericInstruction()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPURegisterBankInfo.cpp | 254 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/ |
D | X86InstrInfo.cpp | 7236 assert(Inst.getNumExplicitOperands() == 3 && Inst.getNumExplicitDefs() == 1 && in hasReassociableOperands()
|
/external/llvm-project/llvm/lib/Target/X86/ |
D | X86InstrInfo.cpp | 8004 assert(Inst.getNumExplicitOperands() == 3 && Inst.getNumExplicitDefs() == 1 && in hasReassociableOperands()
|