Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DPHITransAddr.cpp383 Value *OpVal = InsertPHITranslatedSubExpr(Cast->getOperand(0), in InsertPHITranslatedSubExpr() local
385 if (!OpVal) return nullptr; in InsertPHITranslatedSubExpr()
389 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()
424 Value *OpVal = InsertPHITranslatedSubExpr(Inst->getOperand(0), in InsertPHITranslatedSubExpr()
426 if (OpVal == 0) return 0; in InsertPHITranslatedSubExpr()
428 BinaryOperator *Res = BinaryOperator::CreateAdd(OpVal, Inst->getOperand(1), in InsertPHITranslatedSubExpr()
DSparsePropagation.cpp264 LatticeVal OpVal = getOrInitValueState(PN.getIncomingValue(i)); in visitPHINode() local
265 if (OpVal != PNIV) in visitPHINode()
266 PNIV = LatticeFunc->MergeValues(PNIV, OpVal); in visitPHINode()
/external/llvm/lib/Transforms/InstCombine/
DInstCombinePHI.cpp850 Value *OpVal = PN.getIncomingValue(InValNo); in visitPHINode() local
851 if (OpVal != NonPhiInVal && !isa<PHINode>(OpVal)) in visitPHINode()
/external/llvm/lib/CodeGen/
DCodeGenPrepare.cpp2919 static bool IsOperandAMemoryOperand(CallInst *CI, InlineAsm *IA, Value *OpVal, in IsOperandAMemoryOperand() argument
2934 if (OpInfo.CallOperandVal == OpVal && in IsOperandAMemoryOperand()
3495 Value *OpVal = CS->getArgOperand(ArgNo++); in OptimizeInlineAsmInst() local
3496 MadeChange |= OptimizeMemoryInst(CS, OpVal, OpVal->getType()); in OptimizeInlineAsmInst()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp6433 const Value *OpVal = OpInfo.CallOperandVal; in visitInlineAsm() local
6434 if (isa<ConstantFP>(OpVal) || isa<ConstantInt>(OpVal) || in visitInlineAsm()
6435 isa<ConstantVector>(OpVal) || isa<ConstantDataVector>(OpVal)) { in visitInlineAsm()
6436 OpInfo.CallOperand = DAG.getConstantPool(cast<Constant>(OpVal), in visitInlineAsm()
6441 Type *Ty = OpVal->getType(); in visitInlineAsm()
6918 SDValue OpVal = Builder.getValue(CS.getArgument(i)); in addStackMapLiveVars() local
6919 if (ConstantSDNode *C = dyn_cast<ConstantSDNode>(OpVal)) { in addStackMapLiveVars()
6924 } else if (FrameIndexSDNode *FI = dyn_cast<FrameIndexSDNode>(OpVal)) { in addStackMapLiveVars()
6929 Ops.push_back(OpVal); in addStackMapLiveVars()
DSelectionDAG.cpp6819 SDValue OpVal = getOperand(i); in isConstantSplat() local
6822 if (OpVal.getOpcode() == ISD::UNDEF) in isConstantSplat()
6824 else if (ConstantSDNode *CN = dyn_cast<ConstantSDNode>(OpVal)) in isConstantSplat()
6827 else if (ConstantFPSDNode *CN = dyn_cast<ConstantFPSDNode>(OpVal)) in isConstantSplat()
DDAGCombiner.cpp7045 APInt OpVal = cast<ConstantSDNode>(BV->getOperand(i))-> in ConstantFoldBITCASTofBUILD_VECTOR() local
7049 APInt ThisVal = OpVal.trunc(DstBitSize); in ConstantFoldBITCASTofBUILD_VECTOR()
7051 OpVal = OpVal.lshr(DstBitSize); in ConstantFoldBITCASTofBUILD_VECTOR()
/external/llvm/lib/Transforms/Scalar/
DSCCP.cpp823 Value *OpVal = CondCB->isZero() ? I.getFalseValue() : I.getTrueValue(); in visitSelectInst() local
824 mergeInValue(&I, getValueState(OpVal)); in visitSelectInst()
/external/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp1310 SDValue OpVal(nullptr, 0); in get_VSPLTI_elt() local
1371 if (!OpVal.getNode()) in get_VSPLTI_elt()
1372 OpVal = N->getOperand(i); in get_VSPLTI_elt()
1373 else if (OpVal != N->getOperand(i)) in get_VSPLTI_elt()
1377 if (!OpVal.getNode()) return SDValue(); // All UNDEF: use implicit def. in get_VSPLTI_elt()
1381 if (ConstantSDNode *CN = dyn_cast<ConstantSDNode>(OpVal)) { in get_VSPLTI_elt()
1383 } else if (ConstantFPSDNode *CN = dyn_cast<ConstantFPSDNode>(OpVal)) { in get_VSPLTI_elt()