/openbsd/gnu/llvm/llvm/tools/llvm-reduce/deltas/ |
H A D | ReduceOperandsSkip.cpp | 145 Value *OpVal = Op.get(); in opportunities() local 148 SetVector<Value *> ReferencedVals = collectReferencedValues(OpVal); in opportunities() 161 llvm::erase_if(Candidates, [&, OpVal](Value *V) { in opportunities() 163 if (OpVal->getType() != V->getType()) in opportunities() 171 return !IsMoreReduced(V, OpVal); in opportunities()
|
/openbsd/gnu/llvm/llvm/lib/Analysis/ |
H A D | PHITransAddr.cpp | 383 Value *OpVal = InsertPHITranslatedSubExpr(Cast->getOperand(0), in InsertPHITranslatedSubExpr() local 385 if (!OpVal) return nullptr; in InsertPHITranslatedSubExpr() 388 CastInst *New = CastInst::Create(Cast->getOpcode(), OpVal, InVal->getType(), in InsertPHITranslatedSubExpr() 401 Value *OpVal = InsertPHITranslatedSubExpr(GEP->getOperand(i), in InsertPHITranslatedSubExpr() local 403 if (!OpVal) return nullptr; in InsertPHITranslatedSubExpr() 404 GEPOps.push_back(OpVal); in InsertPHITranslatedSubExpr() 425 Value *OpVal = InsertPHITranslatedSubExpr(Inst->getOperand(0), in InsertPHITranslatedSubExpr() local 427 if (OpVal == nullptr) in InsertPHITranslatedSubExpr() 430 BinaryOperator *Res = BinaryOperator::CreateAdd(OpVal, Inst->getOperand(1), in InsertPHITranslatedSubExpr()
|
/openbsd/gnu/llvm/llvm/lib/Target/BPF/ |
H A D | BPFCheckAndAdjustIR.cpp | 152 auto OpVal = cast<ConstantInt>(Arg0)->getValue().getZExtValue(); in removeCompareBuiltin() local 153 CmpInst::Predicate Opcode = (CmpInst::Predicate)OpVal; in removeCompareBuiltin()
|
/openbsd/gnu/llvm/llvm/tools/llvm-exegesis/lib/PowerPC/ |
H A D | Target.cpp | 18 const MCOperand &OpVal) { in setMemOp() argument 21 IT.getValueFor(Op) = OpVal; in setMemOp()
|
/openbsd/gnu/llvm/llvm/tools/llvm-exegesis/lib/Mips/ |
H A D | Target.cpp | 43 const MCOperand &OpVal) { in setMemOp() argument 46 IT.getValueFor(Op) = OpVal; in setMemOp()
|
/openbsd/gnu/llvm/llvm/include/llvm/Analysis/ |
H A D | SparsePropagation.h | 437 LatticeVal OpVal = in visitPHINode() local 439 if (OpVal != PNIV) in visitPHINode() 440 PNIV = LatticeFunc->MergeValues(PNIV, OpVal); in visitPHINode()
|
/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Core/ |
H A D | SimpleSValBuilder.cpp | 1339 SVal OpVal = getConstOrVisit(OpSym); in simplifySValOnce() local 1340 if (isUnchanged(OpSym, OpVal)) in simplifySValOnce() 1343 return cache(S, SVB.evalCast(OpVal, S->getType(), OpSym->getType())); in simplifySValOnce()
|
/openbsd/gnu/llvm/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombinePHI.cpp | 1495 Value *OpVal = PN.getIncomingValue(InValNo); in visitPHINode() local 1496 if (OpVal != NonPhiInVal && !isa<PHINode>(OpVal)) in visitPHINode()
|
/openbsd/gnu/llvm/llvm/tools/llvm-exegesis/lib/X86/ |
H A D | Target.cpp | 245 const MCOperand &OpVal) { in setMemOp() argument 248 IT.getValueFor(Op) = OpVal; in setMemOp()
|
/openbsd/gnu/llvm/llvm/lib/Target/AArch64/ |
H A D | AArch64TargetTransformInfo.cpp | 982 Value *OpVal = II.getArgOperand(1); in instCombineSVEPTest() local 989 if (PgVal == OpVal && in instCombineSVEPTest() 992 Value *Ops[] = {PgVal, OpVal}; in instCombineSVEPTest() 1003 IntrinsicInst *Op = dyn_cast<IntrinsicInst>(OpVal); in instCombineSVEPTest() 1301 auto *OpVal = II.getOperand(0); in instCombineSVETBL() local 1316 auto *Extract = Builder.CreateExtractElement(OpVal, SplatValue); in instCombineSVETBL()
|
/openbsd/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGISel.cpp | 2251 SDValue OpVal, SDLoc DL) { in pushStackMapLiveVariable() argument 2252 SDNode *OpNode = OpVal.getNode(); in pushStackMapLiveVariable() 2263 DL, OpVal.getValueType())); in pushStackMapLiveVariable() 2265 Ops.push_back(OpVal); in pushStackMapLiveVariable()
|
H A D | SelectionDAGBuilder.cpp | 8639 const Value *OpVal = OpInfo.CallOperandVal; in getAddressForMemoryInput() local 8640 if (isa<ConstantFP>(OpVal) || isa<ConstantInt>(OpVal) || in getAddressForMemoryInput() 8641 isa<ConstantVector>(OpVal) || isa<ConstantDataVector>(OpVal)) { in getAddressForMemoryInput() 8643 cast<Constant>(OpVal), TLI.getPointerTy(DAG.getDataLayout())); in getAddressForMemoryInput() 8648 Type *Ty = OpVal->getType(); in getAddressForMemoryInput()
|
H A D | SelectionDAG.cpp | 11723 SDValue OpVal = getOperand(i); in isConstantSplat() local 11726 if (OpVal.isUndef()) in isConstantSplat() 11728 else if (auto *CN = dyn_cast<ConstantSDNode>(OpVal)) in isConstantSplat() 11730 else if (auto *CN = dyn_cast<ConstantFPSDNode>(OpVal)) in isConstantSplat()
|
/openbsd/gnu/llvm/llvm/lib/Transforms/Utils/ |
H A D | SCCPSolver.cpp | 1225 Value *OpVal = CondCB->isZero() ? I.getFalseValue() : I.getTrueValue(); in visitSelectInst() local 1226 mergeInValue(&I, getValueState(OpVal)); in visitSelectInst()
|
/openbsd/gnu/llvm/llvm/lib/Target/SystemZ/ |
H A D | SystemZISelDAGToDAG.cpp | 1166 for (unsigned OpVal : VCI.OpVals) in loadVectorConstant() local 1167 Ops.push_back(CurDAG->getTargetConstant(OpVal, DL, MVT::i32)); in loadVectorConstant()
|
/openbsd/gnu/llvm/llvm/lib/CodeGen/ |
H A D | CodeGenPrepare.cpp | 4944 static bool IsOperandAMemoryOperand(CallInst *CI, InlineAsm *IA, Value *OpVal, in IsOperandAMemoryOperand() argument 4957 if (OpInfo.CallOperandVal == OpVal && in IsOperandAMemoryOperand() 5763 Value *OpVal = CS->getArgOperand(ArgNo++); in optimizeInlineAsmInst() local 5764 MadeChange |= optimizeMemoryInst(CS, OpVal, OpVal->getType(), ~0u); in optimizeInlineAsmInst()
|
/openbsd/gnu/llvm/llvm/lib/Target/PowerPC/ |
H A D | PPCISelLowering.cpp | 2479 SDValue OpVal; in get_VSPLTI_elt() local 2539 if (!OpVal.getNode()) in get_VSPLTI_elt() 2540 OpVal = N->getOperand(i); in get_VSPLTI_elt() 2541 else if (OpVal != N->getOperand(i)) in get_VSPLTI_elt() 2545 if (!OpVal.getNode()) return SDValue(); // All UNDEF: use implicit def. in get_VSPLTI_elt() 2549 if (ConstantSDNode *CN = dyn_cast<ConstantSDNode>(OpVal)) { in get_VSPLTI_elt() 2551 } else if (ConstantFPSDNode *CN = dyn_cast<ConstantFPSDNode>(OpVal)) { in get_VSPLTI_elt()
|
/openbsd/gnu/llvm/llvm/lib/Transforms/Vectorize/ |
H A D | SLPVectorizer.cpp | 2898 void init(int BlockSchedulingRegionID, Value *OpVal) { in init() 2905 OpValue = OpVal; in init()
|