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

  /external/llvm/lib/Transforms/Scalar/
EarlyCSE.cpp 286 bool IsInvariant;
289 IsInvariant(false) {}
291 bool IsAtomic, bool IsInvariant)
293 IsAtomic(IsAtomic), IsInvariant(IsInvariant) {}
638 (InVal.Generation == CurrentGeneration || InVal.IsInvariant) &&
773 MemInst.isAtomic(), /*IsInvariant=*/false));
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.h 752 bool IsInvariant;
757 ReuseLoadInfo() : IsInvariant(false), Alignment(0), Ranges(nullptr) {}
    [all...]
PPCISelLowering.cpp     [all...]
  /external/swiftshader/third_party/subzero/src/
IceCfg.cpp 730 bool IsInvariant = true;
734 IsInvariant = false;
738 if (IsInvariant) {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h 442 uint16_t IsInvariant : 1;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h 442 uint16_t IsInvariant : 1;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h 442 uint16_t IsInvariant : 1;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h 442 uint16_t IsInvariant : 1;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h 442 uint16_t IsInvariant : 1;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h 442 uint16_t IsInvariant : 1;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h 442 uint16_t IsInvariant : 1;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h 442 uint16_t IsInvariant : 1;
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
FastISel.cpp     [all...]

Completed in 671 milliseconds