HomeSort by relevance Sort by last modified time
    Searched refs:OpVal (Results 1 - 25 of 32) sorted by null

1 2

  /external/llvm/lib/Analysis/
PHITransAddr.cpp 386 Value *OpVal = InsertPHITranslatedSubExpr(Cast->getOperand(0),
388 if (!OpVal) return nullptr;
391 CastInst *New = CastInst::Create(Cast->getOpcode(), OpVal, InVal->getType(),
404 Value *OpVal = InsertPHITranslatedSubExpr(GEP->getOperand(i),
406 if (!OpVal) return nullptr;
407 GEPOps.push_back(OpVal);
428 Value *OpVal = InsertPHITranslatedSubExpr(Inst->getOperand(0),
430 if (OpVal == 0) return 0;
432 BinaryOperator *Res = BinaryOperator::CreateAdd(OpVal, Inst->getOperand(1),
SparsePropagation.cpp 264 LatticeVal OpVal = getOrInitValueState(PN.getIncomingValue(i));
265 if (OpVal != PNIV)
266 PNIV = LatticeFunc->MergeValues(PNIV, OpVal);
  /external/swiftshader/third_party/LLVM/lib/Analysis/
PHITransAddr.cpp 385 Value *OpVal = InsertPHITranslatedSubExpr(Cast->getOperand(0),
387 if (OpVal == 0) return 0;
391 OpVal, InVal->getType(),
403 Value *OpVal = InsertPHITranslatedSubExpr(GEP->getOperand(i),
405 if (OpVal == 0) return 0;
406 GEPOps.push_back(OpVal);
427 Value *OpVal = InsertPHITranslatedSubExpr(Inst->getOperand(0),
429 if (OpVal == 0) return 0;
431 BinaryOperator *Res = BinaryOperator::CreateAdd(OpVal, Inst->getOperand(1),
SparsePropagation.cpp 263 LatticeVal OpVal = getOrInitValueState(PN.getIncomingValue(i));
264 if (OpVal != PNIV)
265 PNIV = LatticeFunc->MergeValues(PNIV, OpVal);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
PHITransAddr.cpp 383 Value *OpVal = InsertPHITranslatedSubExpr(Cast->getOperand(0),
385 if (!OpVal) return nullptr;
388 CastInst *New = CastInst::Create(Cast->getOpcode(), OpVal, InVal->getType(),
401 Value *OpVal = InsertPHITranslatedSubExpr(GEP->getOperand(i),
403 if (!OpVal) return nullptr;
404 GEPOps.push_back(OpVal);
425 Value *OpVal = InsertPHITranslatedSubExpr(Inst->getOperand(0),
427 if (OpVal == 0) return 0;
429 BinaryOperator *Res = BinaryOperator::CreateAdd(OpVal, Inst->getOperand(1),
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
SparsePropagation.h 440 LatticeVal OpVal =
442 if (OpVal != PNIV)
443 PNIV = LatticeFunc->MergeValues(PNIV, OpVal);
  /external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
AddrModeMatcher.cpp 378 /// IsOperandAMemoryOperand - Check to see if all uses of OpVal by the specified
381 static bool IsOperandAMemoryOperand(CallInst *CI, InlineAsm *IA, Value *OpVal,
392 if (OpInfo.CallOperandVal == OpVal &&
  /external/llvm/lib/Transforms/InstCombine/
InstCombinePHI.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombinePHI.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
CodeGenPrepare.cpp     [all...]
SCCP.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
InstCombinePHI.cpp     [all...]
  /device/linaro/bootloader/edk2/IntelFspPkg/Tools/
GenCfgOpt.py     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/CellSPU/
SPUISelLowering.cpp     [all...]
  /device/linaro/bootloader/edk2/IntelFsp2Pkg/Tools/
GenCfgOpt.py     [all...]
  /external/llvm/lib/Transforms/Scalar/
SCCP.cpp 852 Value *OpVal = CondCB->isZero() ? I.getFalseValue() : I.getTrueValue();
853 mergeInValue(&I, getValueState(OpVal));
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
SCCP.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
PPCISelLowering.cpp 668 SDValue OpVal(0, 0);
729 if (OpVal.getNode() == 0)
730 OpVal = N->getOperand(i);
731 else if (OpVal != N->getOperand(i))
735 if (OpVal.getNode() == 0) return SDValue(); // All UNDEF: use implicit def.
739 if (ConstantSDNode *CN = dyn_cast<ConstantSDNode>(OpVal)) {
741 } else if (ConstantFPSDNode *CN = dyn_cast<ConstantFPSDNode>(OpVal)) {
    [all...]
  /external/llvm/lib/CodeGen/
CodeGenPrepare.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
CodeGenPrepare.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]
DAGCombiner.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]

Completed in 857 milliseconds

1 2