HomeSort by relevance Sort by last modified time
    Searched refs:getOperand (Results 451 - 475 of 654) sorted by null

<<11121314151617181920>>

  /external/llvm/lib/Transforms/Scalar/
LowerExpectIntrinsic.cpp 95 CI = dyn_cast<CallInst>(CmpI->getOperand(0));
LoopUnswitch.cpp 423 if (Value *LHS = FindLIVLoopCondition(BO->getOperand(0), L, Changed))
425 if (Value *RHS = FindLIVLoopCondition(BO->getOperand(1), L, Changed))
701 isa<MDString>(MD.second->getOperand(0))) {
702 MDString *MDName = cast<MDString>(MD.second->getOperand(0));
705 MD.second->getOperand(1))->getValue();
707 MD.second->getOperand(2))->getValue();
    [all...]
StraightLineStrengthReduce.cpp 387 Value *LHS = I->getOperand(0), *RHS = I->getOperand(1);
455 Value *LHS = I->getOperand(0), *RHS = I->getOperand(1);
534 Value *ArrayIdx = GEP->getOperand(I);
715 Value *Op = UnlinkedInst->getOperand(I);
RewriteStatepointsForGC.cpp 791 visitIncomingValue(IE->getOperand(0)); // vector operand
792 visitIncomingValue(IE->getOperand(1)); // scalar operand
    [all...]
  /external/llvm/lib/Transforms/Utils/
LoopUnroll.cpp 52 Value *Op = I->getOperand(op);
568 assert(LoopID->getOperand(0) == LoopID && "invalid loop id");
571 MDNode *MD = dyn_cast<MDNode>(LoopID->getOperand(i));
575 MDString *S = dyn_cast<MDString>(MD->getOperand(0));
ValueMapper.cpp 116 Value *Op = C->getOperand(OpNo);
136 Ops.push_back(cast<Constant>(C->getOperand(j)));
144 Ops.push_back(MapValue(cast<Constant>(C->getOperand(OpNo)), VM,
246 Metadata *Old = Node.getOperand(I);
LoopUtils.cpp 250 !VisitedInsts.count(dyn_cast<Instruction>(Cur->getOperand(0))))
384 if (!(Cmp = dyn_cast<ICmpInst>(I->getOperand(0))) &&
385 !(Cmp = dyn_cast<FCmpInst>(I->getOperand(0))))
  /external/llvm/tools/llvm-diff/
DifferenceEngine.cpp 354 Value *LO = L->getOperand(I), *RO = R->getOperand(I);
421 if (!equivalentAsOperands(L->getOperand(I), R->getOperand(I)))
  /external/mesa3d/src/gallium/drivers/radeon/
AMDGPUInstrInfo.cpp 245 MachineOperand &MO = MI.getOperand(i);
  /external/clang/include/clang/AST/
StmtCXX.h 392 Expr *getOperand() const { return static_cast<Expr*>(SubStmts[Operand]); }
403 return getOperand()->getLocEnd();
  /external/llvm/lib/CodeGen/
MachineInstrBundle.cpp 61 MachineOperand &MO = MII->getOperand(i);
137 MachineOperand &MO = FirstMI->getOperand(i);
MIRPrinter.cpp 515 const auto &Operand = MI.getOperand(I);
538 for (; I < E && MI.getOperand(I).isReg() && MI.getOperand(I).isDef() &&
539 !MI.getOperand(I).isImplicit();
543 print(MI.getOperand(I), TRI, I, ShouldPrintRegisterTies, /*IsDef=*/true);
558 print(MI.getOperand(I), TRI, I, ShouldPrintRegisterTies);
  /external/llvm/lib/IR/
DebugInfo.cpp 63 auto *CU = cast<DICompileUnit>(CU_Nodes->getOperand(CUi));
111 auto *CU = cast<DICompileUnit>(CU_Nodes->getOperand(i));
Constants.cpp 272 return Elt < CS->getNumOperands() ? CS->getOperand(Elt) : nullptr;
275 return Elt < CA->getNumOperands() ? CA->getOperand(Elt) : nullptr;
278 return Elt < CV->getNumOperands() ? CV->getOperand(Elt) : nullptr;
349 if (ConstantExpr *Op = dyn_cast<ConstantExpr>(CE->getOperand(i))) {
366 if (!isa<ConstantInt>(CE->getOperand(1)) ||CE->getOperand(1)->isNullValue())
446 ConstantExpr *LHS = dyn_cast<ConstantExpr>(CE->getOperand(0));
447 ConstantExpr *RHS = dyn_cast<ConstantExpr>(CE->getOperand(1));
450 isa<BlockAddress>(LHS->getOperand(0)) &&
451 isa<BlockAddress>(RHS->getOperand(0)) &
    [all...]
AsmWriter.cpp 781 CreateMetadataSlot(NMD.getOperand(i));
970 if (const MDNode *Op = dyn_cast_or_null<MDNode>(N->getOperand(i)))
    [all...]
  /external/mesa3d/src/gallium/state_trackers/clover/llvm/
invocation.cpp 143 kernel_node->getOperand(i)->getOperand(0)));
  /external/llvm/lib/Target/WebAssembly/
WebAssemblyISelLowering.cpp 608 SDValue Chain = Op.getOperand(0);
609 const auto *JT = cast<JumpTableSDNode>(Op.getOperand(1));
610 SDValue Index = Op.getOperand(2);
644 const Value *SV = cast<SrcValueSDNode>(Op.getOperand(2))->getValue();
645 return DAG.getStore(Op.getOperand(0), DL, FrameAddr, Op.getOperand(1),
  /external/llvm/lib/CodeGen/SelectionDAG/
ResourcePriorityQueue.cpp 133 const SDValue &Op = ScegN->getOperand(i);
342 const SDValue &Op = SU->getNode()->getOperand(i);
496 const SDValue &Op = ScegN->getOperand(i);
  /external/llvm/lib/Target/AMDGPU/
AMDGPUAsmPrinter.cpp 272 const MachineOperand &MO = MI.getOperand(op_idx);
343 const MachineOperand &MO = MI.getOperand(op_idx);
650 AMDGPUInstPrinter::printRegOperand(MI->getOperand(OpNo).getReg(), O,
  /external/llvm/lib/Transforms/Instrumentation/
InstrProfiling.cpp 248 Constant *Record = Records->getOperand(I);
249 Value *V = const_cast<Value *>(Record->getOperand(0))->stripPointerCasts();
443 MergedVars.push_back(Inits->getOperand(I));
GCOVProfiling.cpp 427 MDNode *N = GCov->getOperand(i);
429 MDString *GCovFile = dyn_cast<MDString>(N->getOperand(0));
430 MDNode *CompileUnit = dyn_cast<MDNode>(N->getOperand(1));
496 auto *CU = cast<DICompileUnit>(CU_Nodes->getOperand(i));
579 auto *CU = cast<DICompileUnit>(CU_Nodes->getOperand(i));
855 auto *CU = cast<DICompileUnit>(CU_Nodes->getOperand(i));
    [all...]
  /frameworks/compile/slang/BitWriter_2_9/
ValueEnumerator.cpp 246 EnumerateMetadata(MD->getOperand(i));
253 Metadata *MD = N->getOperand(i);
423 const Value *Op = C->getOperand(i);
  /frameworks/compile/slang/BitWriter_2_9_func/
ValueEnumerator.cpp 246 EnumerateMetadata(MD->getOperand(i));
253 Metadata *MD = N->getOperand(i);
423 const Value *Op = C->getOperand(i);
  /frameworks/compile/slang/BitWriter_3_2/
ValueEnumerator.cpp 246 EnumerateMetadata(MD->getOperand(i));
253 Metadata *MD = N->getOperand(i);
423 const Value *Op = C->getOperand(i);
  /external/llvm/include/llvm/TableGen/
Record.h 664 virtual Init *getOperand(unsigned i) const = 0;
706 Init *getOperand(unsigned i) const override {
708 return getOperand();
712 Init *getOperand() const { return LHS; }
754 Init *getOperand(unsigned i) const override {
809 Init *getOperand(unsigned i) const override {
    [all...]

Completed in 4644 milliseconds

<<11121314151617181920>>