| /openbsd-src/gnu/llvm/llvm/lib/Analysis/ |
| H A D | GuardUtils.cpp | 74 WC = &BI->getOperandUse(0); in parseWidenableBranch() 94 WC = &And->getOperandUse(0); in parseWidenableBranch() 95 C = &And->getOperandUse(1); in parseWidenableBranch() 101 WC = &And->getOperandUse(1); in parseWidenableBranch() 102 C = &And->getOperandUse(0); in parseWidenableBranch()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/ |
| H A D | CorrelatedValuePropagation.cpp | 442 ConstantRange LRange = LVI->getConstantRangeAtUse(BO->getOperandUse(0)); in willNotOverflow() 443 ConstantRange RRange = LVI->getConstantRangeAtUse(BO->getOperandUse(1)); in willNotOverflow() 873 ConstantRange XCR = LVI->getConstantRangeAtUse(Instr->getOperandUse(0)); in processUDivOrURem() 874 ConstantRange YCR = LVI->getConstantRangeAtUse(Instr->getOperandUse(1)); in processUDivOrURem() 993 ConstantRange LCR = LVI->getConstantRangeAtUse(Instr->getOperandUse(0)); in processSDivOrSRem() 994 ConstantRange RCR = LVI->getConstantRangeAtUse(Instr->getOperandUse(1)); in processSDivOrSRem() 1011 ConstantRange LRange = LVI->getConstantRangeAtUse(SDI->getOperandUse(0)); in processAShr() 1042 const Use &Base = SDI->getOperandUse(0); in processSExt() 1100 const Use &LHS = BinOp->getOperandUse(0); in processAnd()
|
| H A D | InductiveRangeCheckElimination.cpp | 361 extractRangeChecksFromCond(L, SE, cast<User>(Condition)->getOperandUse(0), in extractRangeChecksFromCond() 363 extractRangeChecksFromCond(L, SE, cast<User>(Condition)->getOperandUse(1), in extractRangeChecksFromCond() 419 InductiveRangeCheck::extractRangeChecksFromCond(L, SE, BI->getOperandUse(0), in extractRangeChecksFromBranch()
|
| H A D | GVNSink.cpp | 866 I0->getOperandUse(O).set(NewOperands[O]); in sinkLastInstruction()
|
| H A D | SROA.cpp | 4185 if (S.getUse() != &SI->getOperandUse(SI->getPointerOperandIndex())) in presplitLoadsAndStores() 4352 &PLoad->getOperandUse(PLoad->getPointerOperandIndex()), in presplitLoadsAndStores() 4507 &PStore->getOperandUse(PStore->getPointerOperandIndex()), in presplitLoadsAndStores()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/ |
| H A D | CanonicalizeFreezeInLoops.cpp | 183 InsertFreezeAndForgetFromSCEV(StepI->getOperandUse(Info.StepValIdx)); in run() 187 InsertFreezeAndForgetFromSCEV(PHI->getOperandUse(OperandIdx)); in run()
|
| H A D | LCSSA.cpp | 186 &PN->getOperandUse(PN->getOperandNumForIncomingValue( in formLCSSAForInstructions()
|
| H A D | SimplifyCFG.cpp | 1978 I0->getOperandUse(O).set(NewOperands[O]); in sinkLastInstruction()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/Instrumentation/ |
| H A D | AddressSanitizerCommon.h | 42 PtrUse = &I->getOperandUse(OperandNo); in IsWrite()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/IR/ |
| H A D | User.h | 182 const Use &getOperandUse(unsigned i) const { in getOperandUse() function 186 Use &getOperandUse(unsigned i) { in getOperandUse() function
|
| H A D | AbstractCallSite.h | 206 return getInstruction()->getOperandUse(CalleeArgIdx); in getCalleeUseForCallback()
|
| H A D | InstrTypes.h | 1364 return User::getOperandUse(i); 1368 return User::getOperandUse(i);
|
| H A D | Instructions.h | 4173 return getOperandUse(i + arg_size() + getNumTotalBundleOperands() + 1);
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUAtomicOptimizer.cpp | 142 if (DA->isDivergentUse(&I.getOperandUse(PtrIdx))) { in visitAtomicRMWInst() 146 const bool ValDivergent = DA->isDivergentUse(&I.getOperandUse(ValIdx)); in visitAtomicRMWInst() 220 const bool ValDivergent = DA->isDivergentUse(&I.getOperandUse(ValIdx)); in visitIntrinsicInst() 234 if (DA->isDivergentUse(&I.getOperandUse(Idx))) { in visitIntrinsicInst()
|
| /openbsd-src/gnu/llvm/llvm/lib/IR/ |
| H A D | SafepointIRVerifier.cpp | 78 return PU.getUser()->getOperandUse(PU.getOperandNo()); in getEdge() 118 const Use &U = PU.getUser()->getOperandUse(PU.getOperandNo()); in hasLiveIncomingEdges() 153 addDeadEdge(BI->getOperandUse(Cond->getZExtValue() ? 1 : 2)); in processFunction()
|
| H A D | Verifier.cpp | 4490 const Use &U = I.getOperandUse(i); in verifyDominatesUse() 4757 (CBI && &CBI->getCalledOperandUse() == &I.getOperandUse(i)) || in visitInstruction() 4791 Check(CBI && &CBI->getCalledOperandUse() == &I.getOperandUse(i), in visitInstruction()
|
| H A D | Core.cpp | 1075 return wrap(&cast<User>(V)->getOperandUse(Index)); in LLVMGetOperandUse()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/ |
| H A D | PPCBoolRetToInt.cpp | 208 runOnUse(R->getOperandUse(0), PromotablePHINodes, Bool2IntMap); in runOnFunction()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/ObjCARC/ |
| H A D | ObjCARCContract.cpp | 645 &PHI->getOperandUse( in run()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/ |
| H A D | HexagonCommonGEP.cpp | 1017 if (&Ld->getOperandUse(PtrX) == U) in separateConstantChains() 1021 if (&St->getOperandUse(PtrX) == U) in separateConstantChains()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineSimplifyDemanded.cpp | 74 Use &U = I->getOperandUse(OpNo); in SimplifyDemandedBits()
|
| H A D | InstCombineCalls.cpp | 2342 replaceUse(II->getOperandUse(0), ConstantInt::getTrue(II->getContext())); in visitCallInst() 2850 replaceUse(II->getOperandUse(ArgIdx), V); in visitCallInst()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.cpp | 13843 Ops.push_back(&II->getOperandUse(0)); in shouldSinkOperands() 13844 Ops.push_back(&II->getOperandUse(1)); in shouldSinkOperands() 13860 Ops.push_back(&II->getOperandUse(0)); in shouldSinkOperands() 13862 Ops.push_back(&II->getOperandUse(1)); in shouldSinkOperands() 13868 Ops.push_back(&II->getOperandUse(0)); in shouldSinkOperands() 13877 Ops.push_back(&II->getOperandUse(1)); in shouldSinkOperands() 13907 Ops.push_back(&II->getOperandUse(3)); in shouldSinkOperands() 13913 Ops.push_back(&II->getOperandUse(0)); in shouldSinkOperands() 13914 Ops.push_back(&II->getOperandUse(1)); in shouldSinkOperands() 13942 Ops.push_back(&Ext1->getOperandUse(0)); in shouldSinkOperands() [all …]
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/ |
| H A D | AttributorAttributes.cpp | 1725 int Idx = CmpI->getOperandUse(0) == LoadU; in updateImpl() 4414 AnyChange |= A.changeUseAfterManifest(RI.getOperandUse(0), UV); in manifest() 10763 return A.isAssumedDead(SI->getOperandUse(0), this, in handleLoadInst()
|
| H A D | Attributor.cpp | 1621 if (&SI->getOperandUse(0) == U) { in checkForAllUses()
|