Searched refs:getNumOperands (Results 526 - 550 of 598) sorted by relevance

<<21222324

/openbsd-current/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonSplitDouble.cpp256 for (unsigned i = 0, n = UseI->getNumOperands(); i < n; ++i) {
H A DHexagonBitTracker.cpp164 RegisterRefs(const MachineInstr &MI) : Vector(MI.getNumOperands()) {
H A DHexagonVectorCombine.cpp2335 if (Gep0->getNumOperands() != 2 || Gep1->getNumOperands() != 2)
/openbsd-current/gnu/llvm/llvm/include/llvm/IR/
H A DInstrTypes.h2321 unsigned arg_size() const { return getNumOperands() - 1; }
/openbsd-current/gnu/llvm/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCTargetDesc.cpp632 if (Inst.getNumOperands() == 0 ||
/openbsd-current/gnu/llvm/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp363 if (User->getNumOperands() != 2)
797 for (unsigned i = 0, e = Chain.getNumOperands(); i != e; ++i)
844 if (!Chain.getNumOperands())
3186 for (unsigned i = 0, e = Chain.getNumOperands(); i != e; ++i) {
/openbsd-current/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp686 SE.getTypeSizeInBits(M->getType()) * M->getNumOperands());
1005 if (Mul->getNumOperands() == 2) {
2342 if (Max->getNumOperands() != 2)
3639 if (Mul->getNumOperands() != 2)
H A DEarlyCSE.cpp913 for (int i = 0, e = Vec0->getNumOperands(); i != e; ++i) {
H A DIndVarSimplify.cpp675 if (IncI->getNumOperands() == 2)
/openbsd-current/gnu/llvm/llvm/tools/bugpoint/
H A DCrashDebugger.cpp940 (!(NamedMD.getName() == "llvm.dbg.cu" && NamedMD.getNumOperands() > 0)))
/openbsd-current/gnu/llvm/llvm/lib/CodeGen/
H A DLiveIntervals.cpp1546 for (unsigned Idx = 0, E = BundleStart.getNumOperands(); Idx != E; ++Idx) {
H A DMachineSink.cpp1722 for (unsigned i = 0, e = MI->getNumOperands(); i != e; ++i) {
/openbsd-current/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp1502 for (unsigned i = 0, e = Node->getNumOperands(); i != e; ++i) {
1805 unsigned NumElems = Node->getNumOperands();
1899 unsigned NumElems = Node->getNumOperands();
4934 for (unsigned I = 0, E = Node->getNumOperands(); I != E; ++I) {
/openbsd-current/gnu/llvm/llvm/lib/Target/SystemZ/
H A DSystemZFrameLowering.cpp118 for (unsigned I = 0, E = MI.getNumOperands(); I != E; ++I) {
/openbsd-current/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp5084 for (unsigned I = 0; I < Res.getNumOperands(); I++) {
9610 if (V.getNumOperands() != 2)
10167 for (unsigned I = 0, E = Op.getNumOperands(); I != E; ++I) {
10179 for (unsigned i = 0, e = Op.getNumOperands(); i != e; ++i) {
10774 SDValue Idx = N->getOperand(N->getNumOperands() - 1);
11922 for (unsigned i = 0; i < Node->getNumOperands(); ++i) {
12099 MI.tieOperands(DstIdx, MI.getNumOperands() - 1);
12424 if (Size != 16 || Op.getNumOperands() != 2)
H A DSILoadStoreOptimizer.cpp1330 for (unsigned I = 1, E = (*CI.I).getNumOperands(); I != E; ++I) {
2020 || Def->getNumOperands() != 5)
/openbsd-current/gnu/llvm/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.cpp1649 if (GEP->getNumOperands() != 2)
2375 return PH.getNumOperands() != 1 ||
/openbsd-current/gnu/llvm/llvm/lib/Target/NVPTX/
H A DNVPTXISelDAGToDAG.cpp1054 N->getOperand(N->getNumOperands() - 1))->getZExtValue();
2250 SDValue Flag = N->getOperand(N->getNumOperands() - 1);
/openbsd-current/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp237 assert(MI->getNumOperands() >= 3);
808 if (CurMI->getNumOperands() == 0)
/openbsd-current/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp520 for (unsigned I = 1; I != GEP->getNumOperands(); ++I) {
1947 for (int i = 0, e = I->getNumOperands(); i != e; ++i) {
H A DInstCombineCasts.cpp2616 PHINode *NewPN = Builder.CreatePHI(DestTy, OldPN->getNumOperands());
2623 for (unsigned j = 0, e = OldPN->getNumOperands(); j != e; ++j) {
/openbsd-current/gnu/llvm/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp1479 if (OpNo < TargetInstr.getNumOperands()) {
1786 assert(MI.getNumOperands() == 3 && "Stack DBG_PHI with no size?");
/openbsd-current/gnu/llvm/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp3865 if (UserI == getCtxI() && UserI->getNumOperands() == 1)
8980 if (KnownRanges->getNumOperands() > 2)
9183 assert(CastI->getNumOperands() == 1 && "Expected cast to be unary!");
9794 assert(CI->getNumOperands() == 1 && "Expected cast to be unary!");
10852 SmallVector<Value *, 8> NewOps(I.getNumOperands());
/openbsd-current/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp2713 for (unsigned I = StartIdx; I < MI.getNumOperands(); ++I)
10626 assert(V.getNumOperands() == 16 && "Expected 16 operands on the BUILDVECTOR");
12514 unsigned NumOperands = Op->getNumOperands();
16637 if (N->getNumOperands() == 2 && N0Opc == ISD::TRUNCATE &&
16662 if (N->getNumOperands() % 2 == 0 && all_of(N->op_values(), [](SDValue V) {
16672 EVT::getVectorVT(*DAG.getContext(), MVT::f32, N->getNumOperands());
16675 for (unsigned i = 0; i < N->getNumOperands(); i++) {
16701 if (N->getNumOperands() == 2 && N0Opc == ISD::TRUNCATE &&
16739 if (N->getNumOperands() == 2 && N0Opc == N1Opc &&
16778 if (N->getNumOperands()
[all...]
/openbsd-current/gnu/llvm/llvm/lib/Target/AArch64/Disassembler/
H A DAArch64Disassembler.cpp338 for (unsigned i = 0; i < Desc.getNumOperands(); i++) {

Completed in 844 milliseconds

<<21222324