Home
last modified time | relevance | path

Searched refs:isT (Results 1 – 7 of 7) sorted by relevance

/external/valgrind/VEX/priv/
Dguest_arm_toIR.c8386 Bool isT, IRTemp condT ) in dis_neon_load_or_store() argument
8399 if (isT) { in dis_neon_load_or_store()
8411 assign(initialRn, isT ? getIRegT(rN) : getIRegA(rN)); in dis_neon_load_or_store()
8414 assign(initialRm, isT ? getIRegT(rM) : getIRegA(rM)); in dis_neon_load_or_store()
8565 if (isT) in dis_neon_load_or_store()
8573 if (isT) in dis_neon_load_or_store()
8839 if (isT) in dis_neon_load_or_store()
8901 Bool isT in decode_NEON_instruction_ARMv7_and_below() argument
8915 if (!isT) in decode_NEON_instruction_ARMv7_and_below()
8922 if (!isT && INSN(31,25) == BITS7(1,1,1,1,0,0,1)) { in decode_NEON_instruction_ARMv7_and_below()
[all …]
/external/harfbuzz_ng/src/
Dhb-ot-shape-complex-hangul.cc115 #define isT(u) (hb_in_ranges ((u), 0x11A8u, 0x11FFu, 0xD7CBu, 0xD7FBu)) macro
256 if (isT (t)) in preprocess_text_hangul()
333 isT (buffer->cur(+1).codepoint))) in preprocess_text_hangul()
/external/valgrind/coregrind/
Dm_stacktrace.c969 Bool isT = (ra & 1); local
970 if (isT) {
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DSelectionDAG.h370 unsigned Align = 0, int Offs = 0, bool isT=false,
378 unsigned Align = 0, int Offs = 0, bool isT=false,
/external/llvm/include/llvm/CodeGen/
DSelectionDAG.h542 unsigned Align = 0, int Offs = 0, bool isT=false,
550 unsigned Align = 0, int Offs = 0, bool isT=false,
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp1099 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/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp923 SDValue SelectionDAG::getConstant(uint64_t Val, EVT VT, bool isT) { in getConstant() argument
928 return getConstant(APInt(EltVT.getSizeInBits(), Val), VT, isT); in getConstant()
931 SDValue SelectionDAG::getConstant(const APInt &Val, EVT VT, bool isT) { in getConstant() argument
932 return getConstant(*ConstantInt::get(*Context, Val), VT, isT); in getConstant()
935 SDValue SelectionDAG::getConstant(const ConstantInt &Val, EVT VT, bool isT) { in getConstant() argument
954 unsigned Opc = isT ? ISD::TargetConstant : ISD::Constant; in getConstant()
965 N = new (NodeAllocator) ConstantSDNode(isT, Elt, EltVT); in getConstant()