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

  /external/swiftshader/third_party/LLVM/lib/Target/MBlaze/
MBlazeMachineFunction.h 124 void recordReplacement(int OFI, int NFI) {
125 FIReplacements.insert(std::make_pair(OFI,NFI));
128 bool hasReplacement(int OFI) const {
129 return FIReplacements.find(OFI) != FIReplacements.end();
132 int getReplacement(int OFI) const {
133 return FIReplacements.lookup(OFI);
  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsTargetStreamer.cpp 745 const MCObjectFileInfo &OFI = *MCA.getContext().getObjectFileInfo();
748 MCSection &TextSection = *OFI.getTextSection();
750 MCSection &DataSection = *OFI.getDataSection();
752 MCSection &BSSSection = *OFI.getBSSSection();
    [all...]
  /external/llvm/lib/Transforms/IPO/
LowerTypeTests.cpp 854 auto OFI = OrderedFns.begin();
861 *OFI++ = Fn;
    [all...]
  /external/clang/include/clang/Sema/
DeclSpec.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Sema/
DeclSpec.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Sema/
DeclSpec.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Sema/
DeclSpec.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
DeclSpec.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Sema/
DeclSpec.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Sema/
DeclSpec.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Sema/
DeclSpec.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
DeclSpec.h     [all...]

Completed in 1466 milliseconds