Home
last modified time | relevance | path

Searched refs:ConstantOp (Results 1 – 8 of 8) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombinePHI.cpp754 Constant *ConstantOp = nullptr; in FoldPHIArgOpIntoPHI() local
769 ConstantOp = dyn_cast<Constant>(FirstInst->getOperand(1)); in FoldPHIArgOpIntoPHI()
770 if (!ConstantOp) in FoldPHIArgOpIntoPHI()
784 } else if (I->getOperand(1) != ConstantOp) { in FoldPHIArgOpIntoPHI()
826 BinOp = BinaryOperator::Create(BinOp->getOpcode(), PhiVal, ConstantOp); in FoldPHIArgOpIntoPHI()
838 PhiVal, ConstantOp); in FoldPHIArgOpIntoPHI()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DStackMaps.h228 using OpType = enum { DirectMemRefOp, IndirectMemRefOp, ConstantOp }; enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DStackMaps.cpp131 case StackMaps::ConstantOp: { in parseOperand()
DMachineVerifier.cpp1564 MI->getOperand(Offset).getImm() != StackMaps::ConstantOp || in visitMachineInstrBefore()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DStatepointLowering.cpp67 Ops.push_back(Builder.DAG.getTargetConstant(StackMaps::ConstantOp, L, in pushStackMapConstant()
DFastISel.cpp766 Ops.push_back(MachineOperand::CreateImm(StackMaps::ConstantOp)); in addStackMapLiveVars()
769 Ops.push_back(MachineOperand::CreateImm(StackMaps::ConstantOp)); in addStackMapLiveVars()
DDAGCombiner.cpp2051 SDValue ConstantOp = IsAdd ? N->getOperand(1) : N->getOperand(0); in foldAddSubOfSignBit() local
2053 ConstantSDNode *C = isConstOrConstSplat(ConstantOp); in foldAddSubOfSignBit()
DSelectionDAGBuilder.cpp8725 Builder.DAG.getTargetConstant(StackMaps::ConstantOp, DL, MVT::i64)); in addStackMapLiveVars()