Home
last modified time | relevance | path

Searched refs:OpValue (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/Analysis/Utils/
H A DLocal.h56 uint64_t OpValue = OpC->getUniqueInteger().getZExtValue(); variable
57 Size = DL.getStructLayout(STy)->getElementOffset(OpValue);
/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp423 Value *OpValue = nullptr; member
448 : OpValue(OpValue), MainOp(MainOp), AltOp(AltOp) {} in InstructionsState()
460 return S.OpValue; in isOneOf()
2707 OpValue = OpVal; in init()
2814 Value *OpValue = nullptr; member
4627 if (S.OpValue->getType()->isVectorTy() && in buildTree_rec()
4720 S.OpValue) && in buildTree_rec()
9083 if (isa<PHINode>(S.OpValue) || isVectorLikeInstWithConstOps(S.OpValue) || in tryScheduleBundle()
9169 cancelScheduling(VL, S.OpValue); in tryScheduleBundle()
9177 if (isa<PHINode>(OpValue) || isVectorLikeInstWithConstOps(OpValue) || in cancelScheduling()
[all …]
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGDecl.cpp1089 llvm::Constant *OpValue, *PaddedOp; in constWithPadding() local
1091 OpValue = llvm::Constant::getNullValue(ElemTy); in constWithPadding()
1092 PaddedOp = constWithPadding(CGM, isPattern, OpValue); in constWithPadding()
1096 OpValue = constant->getAggregateElement(Op); in constWithPadding()
1097 PaddedOp = constWithPadding(CGM, isPattern, OpValue); in constWithPadding()
1309 auto *OpValue = cast<llvm::Constant>(constant->getOperand(Op)); in replaceUndef() local
1310 Values[Op] = replaceUndef(CGM, isPattern, OpValue); in replaceUndef()
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp1093 void llvm::propagateIRFlags(Value *I, ArrayRef<Value *> VL, Value *OpValue, in propagateIRFlags() argument
1098 auto *Intersection = (OpValue == nullptr) ? dyn_cast<Instruction>(VL[0]) in propagateIRFlags()
1099 : dyn_cast<Instruction>(OpValue); in propagateIRFlags()
1108 if (OpValue == nullptr || Opcode == Instr->getOpcode()) in propagateIRFlags()
/llvm-project-15.0.7/llvm/include/llvm/Transforms/Utils/
H A DLoopUtils.h418 void propagateIRFlags(Value *I, ArrayRef<Value *> VL, Value *OpValue = nullptr,
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp2446 for (auto OpValue : ClonedValue->operand_values()) { in rematerializeLiveValues() local
2449 assert(!is_contained(ChainToBase, OpValue) && in rematerializeLiveValues()
2453 assert(OpValue != RootOfChain && OpValue != AlternateLiveBase); in rematerializeLiveValues()