HomeSort by: relevance | last modified time | path
    Searched refs:PREALLOCATED_SETUP (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
ISDOpcodes.h 1034 // PREALLOCATED_SETUP - This has 2 operands: an input chain and a SRCVALUE
1036 PREALLOCATED_SETUP,
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 411 case ISD::PREALLOCATED_SETUP:
SelectionDAGBuilder.cpp 5956 SDValue Res = DAG.getNode(ISD::PREALLOCATED_SETUP, sdl, MVT::Other,
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86ISelDAGToDAG.cpp 5877 case ISD::PREALLOCATED_SETUP: {
5884 TargetOpcode::PREALLOCATED_SETUP, dl, MVT::Other, CallIdValue, Chain);
X86ISelLowering.cpp     [all...]

Completed in 114 milliseconds