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

  /external/llvm/lib/Target/CellSPU/
SPUSubtarget.h 63 /// SetJITMode - This is called to inform the subtarget info that we are
65 void SetJITMode();
SPUSubtarget.cpp 43 /// SetJITMode - This is called to inform the subtarget info that we are
45 void SPUSubtarget::SetJITMode() {
  /external/llvm/lib/Target/PowerPC/
PPCSubtarget.h 89 /// SetJITMode - This is called to inform the subtarget info that we are
91 void SetJITMode();
PPCSubtarget.cpp 115 /// SetJITMode - This is called to inform the subtarget info that we are
117 void PPCSubtarget::SetJITMode() {
PPCTargetMachine.cpp 121 Subtarget.SetJITMode();

Completed in 379 milliseconds