Searched refs:isT (Results 1 - 3 of 3) sorted by relevance

/external/valgrind/main/VEX/priv/
H A Dguest_arm_toIR.c7930 Bool isT, IRTemp condT )
7943 if (isT) {
7955 assign(initialRn, isT ? getIRegT(rN) : getIRegA(rN));
7958 assign(initialRm, isT ? getIRegT(rM) : getIRegA(rM));
8109 if (isT)
8117 if (isT)
8189 if (isT)
8197 if (isT)
8255 Bool isT
8269 if (!isT)
7929 dis_neon_load_or_store( UInt theInstr, Bool isT, IRTemp condT ) argument
13559 UInt isT = (insn >> 22) & 1; local
[all...]
/external/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h410 unsigned Align = 0, int Offs = 0, bool isT=false,
418 unsigned Align = 0, int Offs = 0, bool isT=false,
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp977 SDValue SelectionDAG::getConstant(uint64_t Val, EVT VT, bool isT) { argument
982 return getConstant(APInt(EltVT.getSizeInBits(), Val), VT, isT);
985 SDValue SelectionDAG::getConstant(const APInt &Val, EVT VT, bool isT) { argument
986 return getConstant(*ConstantInt::get(*Context, Val), VT, isT);
989 SDValue SelectionDAG::getConstant(const ConstantInt &Val, EVT VT, bool isT) { argument
1008 unsigned Opc = isT ? ISD::TargetConstant : ISD::Constant;
1019 N = new (NodeAllocator) ConstantSDNode(isT, Elt, EltVT);

Completed in 1207 milliseconds