Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/Utils/
H A DLocal.h56 uint64_t OpValue = OpC->getUniqueInteger().getZExtValue(); variable
57 Size = DL.getStructLayout(STy)->getElementOffset(OpValue);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp353 Value *OpValue = nullptr; member
377 InstructionsState(Value *OpValue, Instruction *MainOp, Instruction *AltOp) in InstructionsState()
378 : OpValue(OpValue), MainOp(MainOp), AltOp(AltOp) {} in InstructionsState()
390 return S.OpValue; in isOneOf()
1565 bool canReuseExtract(ArrayRef<Value *> VL, Value *OpValue,
2017 OpValue = OpVal; in init()
2125 Value *OpValue = nullptr; member
2201 if (BundleMember->Inst != BundleMember->OpValue) { in schedule()
2309 void cancelScheduling(ArrayRef<Value *> VL, Value *OpValue);
2675 if (S.OpValue->getType()->isVectorTy() && in buildTree_rec()
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGDecl.cpp1073 llvm::Constant *OpValue, *PaddedOp; in constWithPadding() local
1075 OpValue = llvm::Constant::getNullValue(ElemTy); in constWithPadding()
1076 PaddedOp = constWithPadding(CGM, isPattern, OpValue); in constWithPadding()
1080 OpValue = constant->getAggregateElement(Op); in constWithPadding()
1081 PaddedOp = constWithPadding(CGM, isPattern, OpValue); in constWithPadding()
1297 auto *OpValue = cast<llvm::Constant>(constant->getOperand(Op)); in replaceUndef() local
1298 Values[Op] = replaceUndef(CGM, isPattern, OpValue); in replaceUndef()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
H A DLoopUtils.h403 void propagateIRFlags(Value *I, ArrayRef<Value *> VL, Value *OpValue = nullptr);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp1084 void llvm::propagateIRFlags(Value *I, ArrayRef<Value *> VL, Value *OpValue) { in propagateIRFlags() argument
1088 auto *Intersection = (OpValue == nullptr) ? dyn_cast<Instruction>(VL[0]) in propagateIRFlags()
1089 : dyn_cast<Instruction>(OpValue); in propagateIRFlags()
1098 if (OpValue == nullptr || Opcode == Instr->getOpcode()) in propagateIRFlags()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp2328 for (auto OpValue : ClonedValue->operand_values()) { in rematerializeLiveValues() local
2331 assert(!is_contained(ChainToBase, OpValue) && in rematerializeLiveValues()
2335 assert(OpValue != RootOfChain && OpValue != AlternateLiveBase); in rematerializeLiveValues()