/external/harfbuzz_ng/src/ |
D | hb-ot-shape-complex-hangul.cc | 117 #define isT(u) (hb_in_ranges<hb_codepoint_t> ((u), 0x11A8u, 0x11FFu, 0xD7CBu, 0xD7FBu)) macro 260 if (isT (t)) in preprocess_text_hangul() 340 isT (buffer->cur(+1).codepoint))) in preprocess_text_hangul() 380 else if ((!tindex && buffer->idx + 1 < count && isT (buffer->cur(+1).codepoint))) in preprocess_text_hangul()
|
/external/mesa3d/src/amd/addrlib/src/core/ |
D | addrlib2.h | 68 UINT_32 isT : 1; // T mode member 398 return m_swizzleModeTable[swizzleMode].isT; in IsPrt()
|
/external/llvm/include/llvm/CodeGen/ |
D | SelectionDAG.h | 542 unsigned Align = 0, int Offs = 0, bool isT=false, 550 unsigned Align = 0, int Offs = 0, bool isT=false,
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | SelectionDAG.h | 664 int Offs = 0, bool isT = false, 671 unsigned Align = 0, int Offs = 0, bool isT=false,
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAG.cpp | 1099 bool isT, bool isO) { in getConstant() argument 1104 return getConstant(APInt(EltVT.getSizeInBits(), Val), DL, VT, isT, isO); in getConstant() 1108 bool isT, bool isO) { in getConstant() argument 1109 return getConstant(*ConstantInt::get(*Context, Val), DL, VT, isT, isO); in getConstant() 1113 EVT VT, bool isT, bool isO) { in getConstant() argument 1153 ViaEltVT, isT, isO)); in getConstant() 1179 unsigned Opc = isT ? ISD::TargetConstant : ISD::Constant; in getConstant() 1191 N = newSDNode<ConstantSDNode>(isT, isO, Elt, DL.getDebugLoc(), EltVT); in getConstant()
|
/external/llvm-project/llvm/include/llvm/CodeGen/ |
D | SelectionDAG.h | 704 int Offs = 0, bool isT = false, 713 bool isT = false, unsigned TargetFlags = 0);
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAG.cpp | 1222 bool isT, bool isO) { in getConstant() argument 1227 return getConstant(APInt(EltVT.getSizeInBits(), Val), DL, VT, isT, isO); in getConstant() 1231 bool isT, bool isO) { in getConstant() argument 1232 return getConstant(*ConstantInt::get(*Context, Val), DL, VT, isT, isO); in getConstant() 1236 EVT VT, bool isT, bool isO) { in getConstant() argument 1276 ViaEltVT, isT, isO)); in getConstant() 1301 unsigned Opc = isT ? ISD::TargetConstant : ISD::Constant; in getConstant() 1313 N = newSDNode<ConstantSDNode>(isT, isO, Elt, EltVT); in getConstant()
|
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAG.cpp | 1279 bool isT, bool isO) { in getConstant() argument 1284 return getConstant(APInt(EltVT.getSizeInBits(), Val), DL, VT, isT, isO); in getConstant() 1288 bool isT, bool isO) { in getConstant() argument 1289 return getConstant(*ConstantInt::get(*Context, Val), DL, VT, isT, isO); in getConstant() 1293 EVT VT, bool isT, bool isO) { in getConstant() argument 1333 ViaEltVT, isT, isO)); in getConstant() 1358 unsigned Opc = isT ? ISD::TargetConstant : ISD::Constant; in getConstant() 1370 N = newSDNode<ConstantSDNode>(isT, isO, Elt, EltVT); in getConstant()
|