Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/VE/
H A DVECustomDAG.h199 bool IsOpaque = false) const;
H A DVECustomDAG.cpp405 bool IsOpaque) const { in getConstant()
406 return DAG.getConstant(Val, DL, VT, IsTarget, IsOpaque); in getConstant()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h541 uint16_t IsOpaque : 1;
1751 ConstantSDNodeBits.IsOpaque = isOpaque;
1771 bool isOpaque() const { return ConstantSDNodeBits.IsOpaque; }
H A DSelectionDAG.h698 bool IsOpaque = false);
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp3973 bool IsOpaque = Constant->isOpaque(); in ExpandIntRes_Constant() local
3975 Lo = DAG.getConstant(Cst.trunc(NBitWidth), dl, NVT, IsTarget, IsOpaque); in ExpandIntRes_Constant()
3977 IsOpaque); in ExpandIntRes_Constant()
H A DSelectionDAG.cpp1796 bool IsOpaque) { in getAllOnesConstant() argument
1798 IsTarget, IsOpaque); in getAllOnesConstant()
8234 bool IsOpaque = VT.getSizeInBits() > 64 || in getMemsetValue() local
8236 return DAG.getConstant(Val, dl, VT, false, IsOpaque); in getMemsetValue()