Searched refs:getNumOperands (Results 426 - 450 of 598) sorted by relevance

<<11121314151617181920>>

/openbsd-current/gnu/llvm/lldb/source/Plugins/Instruction/MIPS64/
H A DEmulateInstructionMIPS64.cpp2304 uint32_t num_operands = insn.getNumOperands();
2335 uint32_t num_operands = insn.getNumOperands();
/openbsd-current/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonVLIWPacketizer.cpp611 return MI.getOperand(MI.getNumOperands()-1);
783 for (unsigned opNum = 0; opNum < MI.getNumOperands()-1; opNum++) {
H A DHexagonBitSimplify.cpp657 if (OpN == D.getNumOperands()-1)
2983 for (unsigned i = 1, n = P.getNumOperands(); i < n; i += 2) {
3046 for (unsigned i = 0, n = MI->getNumOperands(); i < n; ++i) {
3122 for (unsigned j = 0, m = SI->getNumOperands(); j < m; ++j) {
H A DHexagonAsmPrinter.cpp250 for (unsigned i = 0, n = Inst.getNumOperands(); i != n; ++i) {
/openbsd-current/gnu/llvm/llvm/lib/CodeGen/
H A DBranchFolding.cpp254 for (unsigned i = 0, e = MI.getNumOperands(); i != e; ++i) {
798 for (unsigned I = 0, E = MBBICommon->getNumOperands(); I != E; ++I) {
H A DLiveDebugVariables.cpp812 (MI.getNumOperands() != 4 ||
898 if (MI.getNumOperands() != 1 || !MI.getOperand(0).isMetadata()) {
/openbsd-current/gnu/llvm/llvm/lib/Target/X86/
H A DX86SpeculativeLoadHardening.cpp291 for (int OpIdx = 1, NumOps = MI.getNumOperands(); OpIdx < NumOps;
340 for (int OpIdx = 1, NumOps = MI.getNumOperands(); OpIdx < NumOps;
H A DX86DomainReassignment.cpp562 int OpEnd = DefMI->getNumOperands();
H A DX86RegisterInfo.cpp895 for (unsigned I = 0, E = MBBI->getNumOperands(); I != E; ++I) {
/openbsd-current/gnu/llvm/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFastISel.cpp1336 if (Ret->getNumOperands() == 0) {
1343 if (Ret->getNumOperands() > 1)
H A DWebAssemblyISelLowering.cpp1565 Op.getNumOperands() == 4 ? Op.getOperand(3)
1951 const size_t Lanes = Op.getNumOperands();
2242 SDNode *IdxNode = Op.getOperand(Op.getNumOperands() - 1).getNode();
2247 Ops[Op.getNumOperands() - 1] =
/openbsd-current/gnu/llvm/llvm/lib/Target/X86/MCTargetDesc/
H A DX86InstComments.cpp287 unsigned NumOperands = MI->getNumOperands();
643 unsigned NumOperands = MI->getNumOperands();
/openbsd-current/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineSimplifyDemanded.cpp33 assert(OpNo < I->getNumOperands() && "Operand index too large");
1349 for (unsigned i = 0; i < I->getNumOperands(); i++) {
H A DInstCombineSelect.cpp278 if (TI->getNumOperands() == 1 && TI->isCast()) {
414 if (TI->getNumOperands() != 2 || FI->getNumOperands() != 2 ||
3243 if (Gep->getNumOperands() != 2 || Gep->getPointerOperand() != Base ||
/openbsd-current/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLoopInterchange.cpp610 unsigned Num = InnerInduction->getNumOperands();
1053 unsigned NumOp = GEP->getNumOperands();
H A DTailRecursionElimination.cpp372 assert(I->getNumOperands() == 2 &&
/openbsd-current/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp1907 if (unsigned NumOps = N->getNumOperands()) {
1922 if (N->getNumOperands() == 2) {
1934 if (N->getNumOperands() > TokenFactorInlineLimit)
2119 for (unsigned i = 0, e = N->getNumOperands(); i != e; ++i)
5320 if (N0.getNumOperands() == 0)
10914 if (LHS->getNumOperands() != 2 || RHS->getNumOperands() != 2)
11470 if (Other && Other.getNumOperands() == 2) {
13895 unsigned BuildVecNumElts = BuildVect.getNumOperands();
13939 for (unsigned i = 0, e = N0.getNumOperands();
[all...]
/openbsd-current/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUAtomicOptimizer.cpp233 for (unsigned Idx = 1; Idx < I.getNumOperands(); Idx++) {
H A DGCNDPPCombine.cpp614 unsigned OpNo, E = OrigMI.getNumOperands();
H A DAMDGPUSubtarget.cpp455 if (Node && Node->getNumOperands() == 3)
/openbsd-current/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64FalkorHWPFFix.cpp742 for (unsigned OpI = 0, OpE = MI.getNumOperands(); OpI < OpE; ++OpI) {
/openbsd-current/gnu/llvm/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64MCTargetDesc.cpp413 for (unsigned i = 0, e = Inst.getNumOperands(); i != e; i++) {
/openbsd-current/gnu/llvm/llvm/lib/Target/M68k/
H A DM68kInstrInfo.cpp562 assert(Desc.getNumOperands() == 3 && "Expected two-addr instruction.");
H A DM68kFrameLowering.cpp156 for (unsigned i = 0, e = MBBI->getNumOperands(); i != e; ++i) {
/openbsd-current/gnu/llvm/llvm/lib/Target/CSKY/
H A DCSKYFrameLowering.cpp294 for (unsigned i = 0, e = MI.getNumOperands(); i != e; ++i) {

Completed in 496 milliseconds

<<11121314151617181920>>