HomeSort by relevance Sort by last modified time
    Searched refs:ISD (Results 101 - 114 of 114) sorted by null

1 2 3 45

  /external/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGRRList.cpp 290 if (!Node->isMachineOpcode() && Node->getOpcode() == ISD::CopyFromReg) {
418 if (N->getOpcode() == ISD::TokenFactor) {
444 if (N->getOpcode() == ISD::EntryToken)
465 if (N->getOpcode() == ISD::TokenFactor) {
504 if (N->getOpcode() == ISD::EntryToken)
678 case ISD::MERGE_VALUES:
679 case ISD::TokenFactor:
680 case ISD::LIFETIME_START:
681 case ISD::LIFETIME_END:
682 case ISD::CopyToReg
    [all...]
LegalizeTypes.h 81 return N->getOpcode() == ISD::TargetConstant;
203 return DAG.getNode(ISD::SIGN_EXTEND_INREG, dl, Op.getValueType(), Op,
289 void PromoteSetCCOperands(SDValue &LHS,SDValue &RHS, ISD::CondCode Code);
363 ISD::CondCode &CCCode, SDLoc dl);
493 ISD::CondCode &CCCode, SDLoc dl);
673 LoadSDNode *LD, ISD::LoadExtType ExtType);
    [all...]
ScheduleDAGFast.cpp 486 if (Node->getOpcode() == ISD::INLINEASM) {
668 (N->getOpcode() == ISD::EntryToken || isPassiveNode(N)))
741 (N->getOpcode() != ISD::EntryToken && !isPassiveNode(N)))
FunctionLoweringInfo.cpp 67 SmallVector<ISD::OutputArg, 4> Outs;
  /external/clang/test/CXX/temp/temp.spec/temp.expl.spec/
examples.cpp 231 namespace ISD {
233 template class BasicStringPiece<int>; // expected-error {{explicit instantiation of undefined template 'spec_vs_expl_inst::ISD::BasicStringPiece<int>'}}
  /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
472 /// 5) ISD::CvtCode indicating the type of conversion to do
    [all...]
  /external/llvm/include/llvm/Target/
TargetCallingConv.h 24 namespace ISD {
  /external/llvm/lib/MC/
MCELFStreamer.cpp 130 IndirectSymbolData ISD;
131 ISD.Symbol = Symbol;
132 ISD.SectionData = getCurrentSectionData();
133 getAssembler().getIndirectSymbols().push_back(ISD);
  /external/llvm/lib/Target/X86/
X86FastISel.cpp 92 bool X86FastEmitExtend(ISD::NodeType Opc, EVT DstVT, unsigned Src, EVT SrcVT,
531 /// ISD::SIGN_EXTEND).
532 bool X86FastISel::X86FastEmitExtend(ISD::NodeType Opc, EVT DstVT,
    [all...]
  /external/llvm/lib/Target/ARM/
ARMFastISel.cpp 202 SmallVectorImpl<ISD::ArgFlagsTy> &ArgFlags,
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCFastISel.cpp 170 SmallVectorImpl<ISD::ArgFlagsTy> &ArgFlags,
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64FastISel.cpp 141 SmallVectorImpl<ISD::ArgFlagsTy> &ArgFlags,
484 unsigned ResultReg = FastEmit_ri_(MVT::i64, ISD::ADD, Addr.getReg(), false,
    [all...]
  /external/llvm/lib/CodeGen/
CodeGenPrepare.cpp     [all...]
  /external/chromium_org/third_party/usb_ids/
usb.ids     [all...]

Completed in 923 milliseconds

1 2 3 45