Searched refs:OpValue (Results 1 – 9 of 9) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | Local.cpp | 49 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 D | CGDecl.cpp | 1106 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 D | SLPVectorizer.cpp | 536 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 D | LoopUtils.h | 424 void propagateIRFlags(Value *I, ArrayRef<Value *> VL, Value *OpValue = nullptr,
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | LoopUtils.cpp | 1163 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 D | RewriteStatepointsForGC.cpp | 1391 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 D | IntrinsicInst.cpp | 232 setOperand(OpValue, in setValue()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | IntrinsicInst.h | 482 OpValue, enumerator
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | LegalizeVectorTypes.cpp | 5874 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()
|