HomeSort by relevance Sort by last modified time
    Searched refs:GET_DYNAMIC_AREA_OFFSET (Results 1 - 6 of 6) sorted by null

  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 312 case ISD::GET_DYNAMIC_AREA_OFFSET: return "get.dynamic.area.offset";
LegalizeDAG.cpp     [all...]
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/lib/CodeGen/
TargetLoweringBase.cpp 820 setOperationAction(ISD::GET_DYNAMIC_AREA_OFFSET, VT, Expand);
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp 337 setOperationAction(ISD::GET_DYNAMIC_AREA_OFFSET, MVT::i32, Custom);
338 setOperationAction(ISD::GET_DYNAMIC_AREA_OFFSET, MVT::i64, Custom);
    [all...]

Completed in 102 milliseconds