Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DLocal.cpp49 uint64_t OpValue = OpC->getUniqueInteger().getZExtValue(); in emitGEPOffset() local
50 Size = DL.getStructLayout(STy)->getElementOffset(OpValue); in emitGEPOffset()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp541 Value *OpValue = nullptr; member
565 InstructionsState(Value *OpValue, Instruction *MainOp, Instruction *AltOp) in InstructionsState()
566 : OpValue(OpValue), MainOp(MainOp), AltOp(AltOp) {} in InstructionsState()
578 return S.OpValue; in isOneOf()
2313 bool canReuseExtract(ArrayRef<Value *> VL, Value *OpValue,
2905 OpValue = OpVal; in init()
3012 Value *OpValue = nullptr; member
3155 if (BundleMember->Inst != BundleMember->OpValue) in schedule()
3310 void cancelScheduling(ArrayRef<Value *> VL, Value *OpValue);
5047 cast<ExtractElementInst>(S.OpValue)->getVectorOperandType())) { in buildTree_rec()
[all …]
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGDecl.cpp1093 llvm::Constant *OpValue, *PaddedOp; in constWithPadding() local
1095 OpValue = llvm::Constant::getNullValue(ElemTy); in constWithPadding()
1096 PaddedOp = constWithPadding(CGM, isPattern, OpValue); in constWithPadding()
1100 OpValue = constant->getAggregateElement(Op); in constWithPadding()
1101 PaddedOp = constWithPadding(CGM, isPattern, OpValue); in constWithPadding()
1313 auto *OpValue = cast<llvm::Constant>(constant->getOperand(Op)); in replaceUndef() local
1314 Values[Op] = replaceUndef(CGM, isPattern, OpValue); in replaceUndef()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp1092 void llvm::propagateIRFlags(Value *I, ArrayRef<Value *> VL, Value *OpValue, in propagateIRFlags() argument
1097 auto *Intersection = (OpValue == nullptr) ? dyn_cast<Instruction>(VL[0]) in propagateIRFlags()
1098 : dyn_cast<Instruction>(OpValue); in propagateIRFlags()
1107 if (OpValue == nullptr || Opcode == Instr->getOpcode()) in propagateIRFlags()
/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/Utils/
H A DLoopUtils.h417 void propagateIRFlags(Value *I, ArrayRef<Value *> VL, Value *OpValue = nullptr,
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp1433 for (auto *OpValue : ClonedValue->operand_values()) { in rematerializeChain() local
1436 assert(!is_contained(ChainToBase, OpValue) && in rematerializeChain()
1440 assert(OpValue != RootOfChain && OpValue != AlternateLiveBase); in rematerializeChain()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DIntrinsicInst.cpp227 setOperand(OpValue, in setValue()
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DIntrinsicInst.h414 OpValue, enumerator
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorTypes.cpp5627 SDValue OpValue = GetWidenedVector(N->getOperand(0)); in WidenVecRes_VECTOR_REVERSE() local
5628 assert(WidenVT == OpValue.getValueType() && "Unexpected widened vector type"); in WidenVecRes_VECTOR_REVERSE()
5630 SDValue ReverseVal = DAG.getNode(ISD::VECTOR_REVERSE, dl, WidenVT, OpValue); in WidenVecRes_VECTOR_REVERSE()