Searched refs:IsOpaque (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/VE/ |
| H A D | VECustomDAG.h | 199 bool IsOpaque = false) const;
|
| H A D | VECustomDAG.cpp | 405 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 D | SelectionDAGNodes.h | 541 uint16_t IsOpaque : 1; 1751 ConstantSDNodeBits.IsOpaque = isOpaque; 1771 bool isOpaque() const { return ConstantSDNodeBits.IsOpaque; }
|
| H A D | SelectionDAG.h | 698 bool IsOpaque = false);
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | LegalizeIntegerTypes.cpp | 3973 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 D | SelectionDAG.cpp | 1796 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()
|