/external/llvm/lib/ExecutionEngine/Interpreter/ |
D | Interpreter.cpp | 50 memset(&ExitValue.Untyped, 0, sizeof(ExitValue.Untyped)); in Interpreter()
|
D | Execution.cpp | 833 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 | 207 SDValue ACCIn = CurDAG->getNode(MipsISD::InsertLOHI, DL, MVT::Untyped, in selectMADD() 214 SDValue MAdd = CurDAG->getNode(MultOpc, DL, MVT::Untyped, in selectMADD() 283 SDValue ACCIn = CurDAG->getNode(MipsISD::InsertLOHI, DL, MVT::Untyped, in selectMSUB() 572 SDValue Mult = DAG.getNode(NewOpc, DL, MVT::Untyped, in lowerMulDiv() 596 return DAG.getNode(MipsISD::InsertLOHI, DL, MVT::Untyped, InLo, InHi); in initAccumulator() 653 ResTys.push_back((*I == MVT::i64) ? MVT::Untyped : *I); in lowerDSPIntr() 657 SDValue Out = (ResTys[0] == MVT::Untyped) ? extractLOHI(Val, DL, DAG) : Val; in lowerDSPIntr()
|
D | MipsSEISelLowering.h | 40 if (VT == MVT::Untyped) in getRepRegClassFor()
|
D | MipsSEISelDAGToDAG.cpp | 438 MVT::Untyped, Ops); in selectNode()
|
/external/llvm/lib/IR/ |
D | ValueTypes.cpp | 168 case MVT::Untyped: return "Untyped"; in getEVTString()
|
/external/llvm/utils/TableGen/ |
D | CodeGenTarget.cpp | 111 case MVT::Untyped: return "MVT::Untyped"; in getEnumName()
|
/external/llvm/include/llvm/CodeGen/ |
D | ValueTypes.h | 117 Untyped = 52, // This value takes a register, but has enumerator
|
D | SelectionDAGNodes.h | 1520 : SDNode(ISD::RegisterMask, 0, DebugLoc(), getSDVTList(MVT::Untyped)),
|
/external/llvm/lib/Target/ARM/ |
D | ARMISelDAGToDAG.cpp | 3180 ResTys.push_back(MVT::Untyped); in Select() 3244 Ops.push_back(SDValue(createGPRPairNode(MVT::Untyped, Val0, Val1), 0)); in Select() 3568 PairedReg = CurDAG->getRegister(GPVR, MVT::Untyped); in SelectInlineAsm() 3572 SDValue RegCopy = CurDAG->getCopyFromReg(Chain, dl, GPVR, MVT::Untyped, in SelectInlineAsm() 3600 SDValue Pair = SDValue(createGPRPairNode(MVT::Untyped, T0, T1), 0); in SelectInlineAsm() 3605 PairedReg = CurDAG->getRegister(GPVR, MVT::Untyped); in SelectInlineAsm()
|
/external/llvm/lib/CodeGen/ |
D | MachineLICM.cpp | 784 if (VT == MVT::Untyped) { in getRegisterClassIDAndCost()
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZISelLowering.cpp | 1091 SDNode *In128 = DAG.getMachineNode(Extend, DL, MVT::Untyped, Op0); in lowerGR128Binary() 1092 SDValue Result = DAG.getNode(Opcode, DL, MVT::Untyped, in lowerGR128Binary()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | ScheduleDAGRRList.cpp | 284 if (VT == MVT::Untyped) { in GetCostForDef()
|
D | SelectionDAG.cpp | 1429 AddNodeIDNode(ID, ISD::RegisterMask, getVTList(MVT::Untyped), 0, 0); in getRegisterMask()
|
D | DAGCombiner.cpp | 5229 if (PtrType == MVT::Untyped || PtrType.isExtended()) in ReduceLoadWidth()
|
/external/libffi/ |
D | texinfo.tex | 5645 %%% Untyped functions: 5700 %%% Untyped variables:
|
/external/e2fsprogs/doc/ |
D | texinfo.tex | 5388 %%% Untyped functions: 5443 %%% Untyped variables:
|
/external/grub/docs/ |
D | texinfo.tex | 5266 %%% Untyped functions: 5321 %%% Untyped variables:
|
/external/bison/build-aux/ |
D | texinfo.tex | 6905 % Untyped functions: 6961 % Untyped variables:
|