Home
last modified time | relevance | path

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

/netbsd/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/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp353 Value *OpValue = nullptr; member
378 : OpValue(OpValue), MainOp(MainOp), AltOp(AltOp) {} in InstructionsState()
390 return S.OpValue; in isOneOf()
2017 OpValue = OpVal; in init()
2125 Value *OpValue = nullptr; member
2675 if (S.OpValue->getType()->isVectorTy() && in buildTree_rec()
2676 !isa<InsertElementInst>(S.OpValue)) { in buildTree_rec()
2751 auto *VL0 = cast<Instruction>(S.OpValue); in buildTree_rec()
5670 if (isa<PHINode>(S.OpValue)) in tryScheduleBundle()
5758 cancelScheduling(VL, S.OpValue); in tryScheduleBundle()
[all …]
/netbsd/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/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
H A DLoopUtils.h403 void propagateIRFlags(Value *I, ArrayRef<Value *> VL, Value *OpValue = nullptr);
/netbsd/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/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()