HomeSort by relevance Sort by last modified time
    Searched refs:isSafeToMove (Results 1 - 25 of 44) sorted by null

1 2

  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
Sink.cpp 154 static bool isSafeToMove(Instruction *Inst, AliasAnalysis *AA,
181 if (!isSafeToMove(Inst, AA, Stores))
  /external/llvm/lib/Transforms/Scalar/
Sink.cpp 60 static bool isSafeToMove(Instruction *Inst, AliasAnalysis &AA,
150 if (!isSafeToMove(Inst, AA, Stores))
  /external/llvm/lib/CodeGen/
DeadMachineInstructionElim.cpp 73 if (!MI->isSafeToMove(nullptr, SawStore) && !MI->isPHI())
LiveRangeEdit.cpp 198 if (!DefMI->isSafeToMove(nullptr, SawStore))
254 if (!MI->isSafeToMove(nullptr, SawStore)) {
MachineSink.cpp 725 if (!MI.isSafeToMove(AA, SawStore))
777 if (!MI.isSafeToMove(AA, store)) {
ImplicitNullChecks.cpp 276 if (!MI->isSafeToMove(&AA, SawStore) || MI->mayLoad())
TwoAddressInstructionPass.cpp 196 if (!MI->isSafeToMove(AA, SeenStore))
860 if (!MI->isSafeToMove(AA, SeenStore))
    [all...]
EarlyIfConversion.cpp 223 if (!I->isSafeToMove(nullptr, DontMoveAcrossStore)) {
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
DeadMachineInstructionElim.cpp 65 if (!MI->isSafeToMove(TII, 0, SawStore) && !MI->isPHI())
MachineSink.cpp 413 if (!MI->isSafeToMove(TII, AA, SawStore))
555 if (!MI->isSafeToMove(TII, AA, store)) {
LiveRangeEdit.cpp 234 if (!MI->isSafeToMove(&TII, 0, SawStore)) {
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
MachineInstr.h 468 /// isSafeToMove - Return true if it is safe to move this instruction. If
471 bool isSafeToMove(const TargetInstrInfo *TII, AliasAnalysis *AA,
  /external/llvm/include/llvm/CodeGen/
MachineInstr.h     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ConditionalCompares.cpp 416 if (!I.isSafeToMove(nullptr, DontMoveAcrossStore)) {
  /external/llvm/lib/Target/Lanai/
LanaiInstrInfo.cpp 490 if (!MI->isSafeToMove(/*AliasAnalysis=*/nullptr, DontMoveAcrossStores))
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
MachineInstr.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/CodeGen/
MachineInstr.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/CodeGen/
MachineInstr.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/CodeGen/
MachineInstr.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/CodeGen/
MachineInstr.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/CodeGen/
MachineInstr.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/CodeGen/
MachineInstr.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
MachineInstr.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/CodeGen/
MachineInstr.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/CodeGen/
MachineInstr.h     [all...]

Completed in 1301 milliseconds

1 2