/external/llvm/lib/Transforms/Utils/ |
D | CloneFunction.cpp | 102 ModuleLevelChanges ? RF_None : RF_NoModuleLevelChanges, in CloneFunctionInto() 128 ModuleLevelChanges ? RF_None : RF_NoModuleLevelChanges, in CloneFunctionInto() 171 ModuleLevelChanges ? RF_None : RF_NoModuleLevelChanges, in CloneFunctionInto() 287 ModuleLevelChanges ? RF_None : RF_NoModuleLevelChanges); in CloneBlock() 463 ModuleLevelChanges ? RF_None : RF_NoModuleLevelChanges, in CloneAndPruneIntoFromInst() 486 ModuleLevelChanges ? RF_None : RF_NoModuleLevelChanges); in CloneAndPruneIntoFromInst() 647 RF_NoModuleLevelChanges | RF_IgnoreMissingLocals); in remapInstructionsInBlocks()
|
D | ValueMapper.cpp | 399 if (Flags & RF_NoModuleLevelChanges) in mapValue() 725 assert(!(M.Flags & RF_NoModuleLevelChanges) && in map() 787 if ((Flags & RF_NoModuleLevelChanges)) in mapSimpleMetadata()
|
D | LoopUnrollRuntime.cpp | 640 RF_NoModuleLevelChanges | RF_IgnoreMissingLocals); in UnrollRuntimeLoopRemainder()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/ |
D | CloneFunction.cpp | 108 ModuleLevelChanges ? RF_None : RF_NoModuleLevelChanges, in CloneFunctionInto() 149 ModuleLevelChanges ? RF_None : RF_NoModuleLevelChanges, in CloneFunctionInto() 211 ModuleLevelChanges ? RF_None : RF_NoModuleLevelChanges, in CloneFunctionInto() 327 ModuleLevelChanges ? RF_None : RF_NoModuleLevelChanges); in CloneBlock() 500 ModuleLevelChanges ? RF_None : RF_NoModuleLevelChanges, in CloneAndPruneIntoFromInst() 523 ModuleLevelChanges ? RF_None : RF_NoModuleLevelChanges); in CloneAndPruneIntoFromInst() 729 RF_NoModuleLevelChanges | RF_IgnoreMissingLocals); in remapInstructionsInBlocks()
|
D | ValueMapper.cpp | 400 if (Flags & RF_NoModuleLevelChanges) in mapValue() 739 assert(!(M.Flags & RF_NoModuleLevelChanges) && in map() 802 if ((Flags & RF_NoModuleLevelChanges)) in mapSimpleMetadata()
|
D | LoopRotationUtils.cpp | 339 RF_NoModuleLevelChanges | RF_IgnoreMissingLocals); in rotateLoop()
|
D | LoopUnrollRuntime.cpp | 846 RF_NoModuleLevelChanges | RF_IgnoreMissingLocals); in UnrollRuntimeLoopRemainder()
|
D | SimplifyCFG.cpp | 2697 RF_NoModuleLevelChanges | RF_IgnoreMissingLocals); in FoldBranchToCommonDest() 2716 RF_NoModuleLevelChanges | RF_IgnoreMissingLocals); in FoldBranchToCommonDest()
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/ |
D | CloneFunction.cpp | 129 ModuleLevelChanges ? RF_None : RF_NoModuleLevelChanges); in CloneFunctionInto() 324 ModuleLevelChanges ? RF_None : RF_NoModuleLevelChanges))) in ConstantFoldMappedInstruction() 411 ModuleLevelChanges ? RF_None : RF_NoModuleLevelChanges); in CloneAndPruneFunctionInto() 433 ModuleLevelChanges ? RF_None : RF_NoModuleLevelChanges); in CloneAndPruneFunctionInto()
|
D | ValueMapper.cpp | 56 if (!MD->isFunctionLocal() && (Flags & RF_NoModuleLevelChanges)) in MapValue()
|
/external/swiftshader/third_party/LLVM/include/llvm/Transforms/Utils/ |
D | ValueMapper.h | 44 RF_NoModuleLevelChanges = 1, enumerator
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Transforms/Utils/ |
D | ValueMapperTest.cpp | 113 EXPECT_EQ(T.get(), ValueMapper(VM, RF_NoModuleLevelChanges).mapMDNode(*T)); in TEST() 225 EXPECT_EQ(N0, ValueMapper(VM, RF_NoModuleLevelChanges).mapMetadata(*N0)); in TEST() 226 EXPECT_EQ(N1, ValueMapper(VM, RF_NoModuleLevelChanges).mapMetadata(*N1)); in TEST()
|
/external/llvm/unittests/Transforms/Utils/ |
D | ValueMapperTest.cpp | 113 EXPECT_EQ(T.get(), ValueMapper(VM, RF_NoModuleLevelChanges).mapMDNode(*T)); in TEST() 225 EXPECT_EQ(N0, ValueMapper(VM, RF_NoModuleLevelChanges).mapMetadata(*N0)); in TEST() 226 EXPECT_EQ(N1, ValueMapper(VM, RF_NoModuleLevelChanges).mapMetadata(*N1)); in TEST()
|
/external/llvm/include/llvm/Transforms/Utils/ |
D | ValueMapper.h | 62 RF_NoModuleLevelChanges = 1, enumerator
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Utils/ |
D | ValueMapper.h | 73 RF_NoModuleLevelChanges = 1, enumerator
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/ |
D | LoopRotation.cpp | 249 RF_NoModuleLevelChanges|RF_IgnoreMissingEntries); in rotateLoop()
|
D | LoopUnswitch.cpp | 682 RemapInstruction(I, VMap,RF_NoModuleLevelChanges|RF_IgnoreMissingEntries); in UnswitchNontrivialCondition()
|
/external/llvm/lib/Transforms/Scalar/ |
D | LoopRotation.cpp | 307 RF_NoModuleLevelChanges | RF_IgnoreMissingLocals); in rotateLoop()
|
D | LoopUnswitch.cpp | 1137 RF_NoModuleLevelChanges | RF_IgnoreMissingLocals); in UnswitchNontrivialCondition()
|
D | InductiveRangeCheckElimination.cpp | 921 RF_NoModuleLevelChanges | RF_IgnoreMissingLocals); in cloneLoop()
|
/external/llvm/lib/CodeGen/ |
D | WinEHPrepare.cpp | 790 RF_IgnoreMissingLocals | RF_NoModuleLevelChanges); in cloneCommonBlocks()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | WinEHPrepare.cpp | 804 RF_IgnoreMissingLocals | RF_NoModuleLevelChanges); in cloneCommonBlocks()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | LoopUnswitch.cpp | 1309 RF_NoModuleLevelChanges | RF_IgnoreMissingLocals); in UnswitchNontrivialCondition()
|
D | InductiveRangeCheckElimination.cpp | 1234 RF_NoModuleLevelChanges | RF_IgnoreMissingLocals); in cloneLoop()
|
D | SimpleLoopUnswitch.cpp | 970 RF_NoModuleLevelChanges | RF_IgnoreMissingLocals); in buildClonedLoopBlocks()
|