Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DLocal.cpp49 uint64_t OpValue = OpC->getUniqueInteger().getZExtValue(); in emitGEPOffset() local
50 uint64_t Size = DL.getStructLayout(STy)->getElementOffset(OpValue); in emitGEPOffset()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDecl.cpp1106 llvm::Constant *OpValue, *PaddedOp; in constWithPadding() local
1108 OpValue = llvm::Constant::getNullValue(ElemTy); in constWithPadding()
1109 PaddedOp = constWithPadding(CGM, isPattern, OpValue); in constWithPadding()
1113 OpValue = constant->getAggregateElement(Op); in constWithPadding()
1114 PaddedOp = constWithPadding(CGM, isPattern, OpValue); in constWithPadding()
1332 auto *OpValue = cast<llvm::Constant>(constant->getOperand(Op)); in replaceUndef() local
1333 Values[Op] = replaceUndef(CGM, isPattern, OpValue); in replaceUndef()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp536 Value *OpValue = nullptr; member
561 : OpValue(OpValue), MainOp(MainOp), AltOp(AltOp) {} in InstructionsState()
573 return S.OpValue; in isOneOf()
3050 OpValue = OpVal; in init()
3157 Value *OpValue = nullptr; member
5241 auto *VL0 = cast<Instruction>(S.OpValue); in getScalarsVectorizationState()
5741 S.OpValue) && in buildTree_rec()
12474 if (isa<PHINode>(S.OpValue) || isVectorLikeInstWithConstOps(S.OpValue) || in tryScheduleBundle()
12560 cancelScheduling(VL, S.OpValue); in tryScheduleBundle()
12568 if (isa<PHINode>(OpValue) || isVectorLikeInstWithConstOps(OpValue) || in cancelScheduling()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DLoopUtils.h424 void propagateIRFlags(Value *I, ArrayRef<Value *> VL, Value *OpValue = nullptr,
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp1163 void llvm::propagateIRFlags(Value *I, ArrayRef<Value *> VL, Value *OpValue, in propagateIRFlags() argument
1168 auto *Intersection = (OpValue == nullptr) ? dyn_cast<Instruction>(VL[0]) in propagateIRFlags()
1169 : dyn_cast<Instruction>(OpValue); in propagateIRFlags()
1178 if (OpValue == nullptr || Opcode == Instr->getOpcode()) in propagateIRFlags()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp1391 for (auto *OpValue : ClonedValue->operand_values()) { in rematerializeChain() local
1394 assert(!is_contained(ChainToBase, OpValue) && in rematerializeChain()
1398 assert(OpValue != RootOfChain && OpValue != AlternateLiveBase); in rematerializeChain()
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DIntrinsicInst.cpp232 setOperand(OpValue, in setValue()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsicInst.h482 OpValue, enumerator
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorTypes.cpp5874 SDValue OpValue = GetWidenedVector(N->getOperand(0)); in WidenVecRes_VECTOR_REVERSE() local
5875 assert(WidenVT == OpValue.getValueType() && "Unexpected widened vector type"); in WidenVecRes_VECTOR_REVERSE()
5877 SDValue ReverseVal = DAG.getNode(ISD::VECTOR_REVERSE, dl, WidenVT, OpValue); in WidenVecRes_VECTOR_REVERSE()