/external/swiftshader/third_party/LLVM/include/llvm/ |
D | Instruction.h | 235 bool mayThrow() const; 244 return mayWriteToMemory() || mayThrow(); in mayHaveSideEffects()
|
/external/llvm/lib/Transforms/IPO/ |
D | PruneEH.cpp | 115 if (CheckUnwind && TI->mayThrow()) { in runImpl() 128 if (CheckUnwind && !SCCMightUnwind && I.mayThrow()) { in runImpl()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/ |
D | PruneEH.cpp | 111 if (CheckUnwind && TI->mayThrow()) { in runImpl() 124 if (CheckUnwind && !SCCMightUnwind && I.mayThrow()) { in runImpl()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyUtilities.h | 37 bool mayThrow(const MachineInstr &MI);
|
D | WebAssemblyUtilities.cpp | 183 bool WebAssembly::mayThrow(const MachineInstr &MI) { in mayThrow() function in WebAssembly
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | Instruction.h | 425 bool mayThrow() const; 450 bool mayHaveSideEffects() const { return mayWriteToMemory() || mayThrow(); } in mayHaveSideEffects()
|
/external/llvm/include/llvm/IR/ |
D | Instruction.h | 400 bool mayThrow() const; 408 bool mayHaveSideEffects() const { return mayWriteToMemory() || mayThrow(); }
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | Instruction.h | 516 bool mayThrow() const; 541 bool mayHaveSideEffects() const { return mayWriteToMemory() || mayThrow(); }
|
/external/llvm/lib/Transforms/Scalar/ |
D | Sink.cpp | 76 Inst->mayThrow()) in isSafeToMove()
|
D | LoadCombine.cpp | 251 if (I.mayThrow() || (I.mayWriteToMemory() && AST.containsUnknown(&I))) { in runOnBasicBlock()
|
D | LoopVersioningLICM.cpp | 335 if (I->mayThrow()) { in instructionSafeForVersioning()
|
D | MergedLoadStoreMotion.cpp | 368 if (Inst.mayThrow()) in isStoreSinkBarrierInRange()
|
D | MemCpyOptimizer.cpp | 681 if (I->mayThrow() && !CpyDestIsLocal) { in processStore() 822 if (C->mayThrow()) in performCallSlotOptzn()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | Sink.cpp | 76 Inst->mayThrow()) in isSafeToMove()
|
D | MergedLoadStoreMotion.cpp | 171 if (Inst.mayThrow()) in isStoreSinkBarrierInRange()
|
D | LoopVersioningLICM.cpp | 368 if (I->mayThrow()) { in instructionSafeForVersioning()
|
D | MemCpyOptimizer.cpp | 721 if (I->mayThrow() && !CpyDestIsLocal) { in processStore() 861 if (C->mayThrow()) in performCallSlotOptzn()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineLoadStoreAlloca.cpp | 1480 if (BBI->mayWriteToMemory() || BBI->mayReadFromMemory() || BBI->mayThrow()) in visitStoreInst() 1604 if (BBI->mayReadFromMemory() || BBI->mayThrow() || in SimplifyStoreAtEndOfBlock() 1614 if (I->mayReadFromMemory() || I->mayThrow() || I->mayWriteToMemory()) in SimplifyStoreAtEndOfBlock()
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | Instruction.cpp | 355 bool Instruction::mayThrow() const { in mayThrow() function in Instruction
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | SjLjEHPrepare.cpp | 435 if (I.mayThrow()) in setupEntryBlockAndCallSites()
|
/external/llvm/lib/CodeGen/ |
D | SjLjEHPrepare.cpp | 425 if (I.mayThrow()) in setupEntryBlockAndCallSites()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/ |
D | LoadStoreVectorizer.cpp | 596 } else if (IsLoadChain && (I.mayWriteToMemory() || I.mayThrow())) { in getVectorizablePrefix() 600 } else if (!IsLoadChain && (I.mayReadOrWriteMemory() || I.mayThrow())) { in getVectorizablePrefix()
|
D | LoopVectorizationLegality.cpp | 834 if (I.mayThrow()) in blockCanBePredicated()
|
/external/llvm/lib/IR/ |
D | Instruction.cpp | 538 bool Instruction::mayThrow() const { in mayThrow() function in Instruction
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | Instruction.cpp | 583 bool Instruction::mayThrow() const { in mayThrow() function in Instruction
|