/external/llvm/lib/ExecutionEngine/Interpreter/ |
D | Interpreter.cpp | 54 memset(&ExitValue.Untyped, 0, sizeof(ExitValue.Untyped)); in Interpreter()
|
D | Execution.cpp | 846 memset(&ExitValue.Untyped, 0, sizeof(ExitValue.Untyped)); in popStackAndReturnValueToCaller()
|
/external/llvm/include/llvm/ExecutionEngine/ |
D | GenericValue.h | 36 unsigned char Untyped[8]; member
|
/external/llvm/lib/Target/Mips/ |
D | MipsSEISelLowering.cpp | 238 if (VT == MVT::Untyped) in getRepRegClassFor() 431 SDValue ACCIn = CurDAG->getNode(MipsISD::MTLOHI, DL, MVT::Untyped, in selectMADD() 438 SDValue MAdd = CurDAG->getNode(MultOpc, DL, MVT::Untyped, in selectMADD() 503 SDValue ACCIn = CurDAG->getNode(MipsISD::MTLOHI, DL, MVT::Untyped, in selectMSUB() 1279 SDValue Mult = DAG.getNode(NewOpc, DL, MVT::Untyped, in lowerMulDiv() 1301 return DAG.getNode(MipsISD::MTLOHI, DL, MVT::Untyped, InLo, InHi); in initAccumulator() 1356 ResTys.push_back((*I == MVT::i64) ? MVT::Untyped : *I); in lowerDSPIntr() 1360 SDValue Out = (ResTys[0] == MVT::Untyped) ? extractLOHI(Val, DL, DAG) : Val; in lowerDSPIntr()
|
/external/llvm/lib/IR/ |
D | ValueTypes.cpp | 192 case MVT::Untyped: return "Untyped"; in getEVTString()
|
/external/llvm/include/llvm/CodeGen/ |
D | MachineValueType.h | 132 Untyped = 67, // This value takes a register, but has enumerator
|
D | SelectionDAGNodes.h | 1776 : SDNode(ISD::RegisterMask, 0, DebugLoc(), getSDVTList(MVT::Untyped)),
|
/external/llvm/utils/TableGen/ |
D | CodeGenTarget.cpp | 128 case MVT::Untyped: return "MVT::Untyped"; in getEnumName()
|
/external/llvm/lib/Target/ARM/ |
D | ARMISelDAGToDAG.cpp | 3066 ResTys.push_back(MVT::Untyped); in Select() 3132 Ops.push_back(SDValue(createGPRPairNode(MVT::Untyped, Val0, Val1), 0)); in Select() 3845 PairedReg = CurDAG->getRegister(GPVR, MVT::Untyped); in SelectInlineAsm() 3849 SDValue RegCopy = CurDAG->getCopyFromReg(Chain, dl, GPVR, MVT::Untyped, in SelectInlineAsm() 3876 SDValue Pair = SDValue(createGPRPairNode(MVT::Untyped, T0, T1), 0); in SelectInlineAsm() 3881 PairedReg = CurDAG->getRegister(GPVR, MVT::Untyped); in SelectInlineAsm()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64ISelDAGToDAG.cpp | 1014 CurDAG->getMachineNode(TargetOpcode::REG_SEQUENCE, DL, MVT::Untyped, Ops); in createTuple() 1143 const EVT ResTys[] = {MVT::Untyped, MVT::Other}; in SelectLoad() 1166 MVT::Untyped, MVT::Other}; in SelectPostLoad() 1274 const EVT ResTys[] = {MVT::Untyped, MVT::Other}; in SelectLoadLane()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | ScheduleDAGRRList.cpp | 285 if (VT == MVT::Untyped) { in GetCostForDef()
|
D | DAGCombiner.cpp | 6832 if (PtrType == MVT::Untyped || PtrType.isExtended()) in ReduceLoadWidth() 10234 if (PtrType == MVT::Untyped || PtrType.isExtended()) in isLegal()
|
D | SelectionDAG.cpp | 1715 AddNodeIDNode(ID, ISD::RegisterMask, getVTList(MVT::Untyped), None); in getRegisterMask()
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZISelLowering.cpp | 2143 SDNode *In128 = DAG.getMachineNode(Extend, DL, MVT::Untyped, Op0); in lowerGR128Binary() 2144 SDValue Result = DAG.getNode(Opcode, DL, MVT::Untyped, in lowerGR128Binary()
|
/external/e2fsprogs/lib/et/ |
D | texinfo.tex | 5388 %%% Untyped functions: 5443 %%% Untyped variables:
|
/external/e2fsprogs/doc/ |
D | texinfo.tex | 5388 %%% Untyped functions: 5443 %%% Untyped variables:
|
/external/libmicrohttpd/doc/ |
D | texinfo.tex | 6906 % Untyped functions: 6962 % Untyped variables:
|
/external/bison/build-aux/ |
D | texinfo.tex | 6905 % Untyped functions: 6961 % Untyped variables:
|