/external/llvm/include/llvm/CodeGen/ |
ISDOpcodes.h | 19 /// ISD namespace - This namespace contains an enum which represents all of the 22 namespace ISD { 25 /// ISD::NodeType enum - This enum defines the target-independent operators 432 /// 5) ISD::CvtCode indicating the type of conversion to do 696 /// ISD::CondCode enum - These are ordered carefully to make the bitfields [all...] |
/external/llvm/include/llvm/Target/ |
TargetCallingConv.h | 23 namespace ISD {
|
/external/llvm/lib/MC/ |
MCELFStreamer.cpp | 158 IndirectSymbolData ISD; 159 ISD.Symbol = Symbol; 160 ISD.SectionData = getCurrentSectionData(); 161 getAssembler().getIndirectSymbols().push_back(ISD);
|
/external/llvm/lib/Target/NVPTX/ |
NVPTXISelDAGToDAG.cpp | 126 case ISD::LOAD: 129 case ISD::STORE: 231 // Sign : ISD::SEXTLOAD 232 // Unsign : ISD::ZEXTLOAD, ISD::NON_EXTLOAD or ISD::EXTLOAD and the 234 // Float : ISD::NON_EXTLOAD or ISD::EXTLOAD and the type is float 239 if ((LD->getExtensionType() == ISD::SEXTLOAD)) 457 // Sign : ISD::SEXTLOA [all...] |
/external/llvm/lib/Target/ARM/ |
ARMFastISel.cpp | 210 SmallVectorImpl<ISD::ArgFlagsTy> &ArgFlags, [all...] |
/external/llvm/lib/Target/X86/ |
X86FastISel.cpp | 87 bool X86FastEmitExtend(ISD::NodeType Opc, EVT DstVT, unsigned Src, EVT SrcVT, 334 /// ISD::SIGN_EXTEND). 335 bool X86FastISel::X86FastEmitExtend(ISD::NodeType Opc, EVT DstVT, 755 SmallVector<ISD::OutputArg, 4> Outs; 806 unsigned Op = Outs[0].Flags.isZExt() ? ISD::ZERO_EXTEND : 807 ISD::SIGN_EXTEND; [all...] |
/external/llvm/lib/CodeGen/SelectionDAG/ |
LegalizeTypes.h | 82 return N->getOpcode() == ISD::TargetConstant; 204 return DAG.getNode(ISD::SIGN_EXTEND_INREG, dl, Op.getValueType(), Op, 290 void PromoteSetCCOperands(SDValue &LHS,SDValue &RHS, ISD::CondCode Code); 364 ISD::CondCode &CCCode, SDLoc dl); 491 ISD::CondCode &CCCode, SDLoc dl); 665 LoadSDNode *LD, ISD::LoadExtType ExtType); [all...] |
ScheduleDAGFast.cpp | 485 if (Node->getOpcode() == ISD::INLINEASM) { 666 (N->getOpcode() == ISD::EntryToken || isPassiveNode(N))) 739 (N->getOpcode() != ISD::EntryToken && !isPassiveNode(N)))
|
FunctionLoweringInfo.cpp | 66 SmallVector<ISD::OutputArg, 4> Outs;
|
/external/llvm/lib/Transforms/Scalar/ |
CodeGenPrepare.cpp | [all...] |
/external/chromium_org/third_party/usb_ids/ |
usb.ids | [all...] |