Searched refs:RAUW (Results 1 – 25 of 28) sorted by relevance
12
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Generic/ |
D | addr-label.ll | 19 ;; Issues with referring to a label that gets RAUW'd later. 41 ; Issues with a BB that gets RAUW'd to another one after references are
|
/external/swiftshader/third_party/LLVM/test/CodeGen/Generic/ |
D | addr-label.ll | 19 ;; Issues with referring to a label that gets RAUW'd later. 41 ; Issues with a BB that gets RAUW'd to another one after references are
|
/external/llvm/test/CodeGen/Generic/ |
D | addr-label.ll | 19 ;; Issues with referring to a label that gets RAUW'd later. 41 ; Issues with a BB that gets RAUW'd to another one after references are
|
/external/swiftshader/third_party/LLVM/test/Transforms/GlobalOpt/ |
D | metadata.ll | 3 ; PR6112 - When globalopt does RAUW(@G, %G), the metadata reference should drop
|
/external/llvm/test/Transforms/GlobalOpt/ |
D | metadata.ll | 3 ; PR6112 - When globalopt does RAUW(@G, %G), the metadata reference should drop
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/GlobalOpt/ |
D | metadata.ll | 3 ; PR6112 - When globalopt does RAUW(@G, %G), the metadata reference should drop
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/JumpThreading/ |
D | fold-not-thread.ll | 136 ; Make sure we can do the RAUW for %add... 164 ; Make sure we can NOT do the RAUW for %add...
|
/external/llvm/test/Transforms/MergeFunc/ |
D | crash2.ll | 7 ; RAUW on @G which still exists as an entry in the GlobalNumbers ValueMap which
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/MergeFunc/ |
D | crash2.ll | 7 ; RAUW on @G which still exists as an entry in the GlobalNumbers ValueMap which
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/LoopVectorize/ |
D | value-ptr-bug.ll | 7 ; Because we were caching value pointers across a function call that could RAUW
|
/external/llvm/test/Transforms/LoopVectorize/ |
D | value-ptr-bug.ll | 7 ; Because we were caching value pointers across a function call that could RAUW
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Analysis/ScalarEvolution/ |
D | expander-replace-congruent-ivs.ll | 6 ; SCEVExpander would try to RAUW %val_2 with %c.lcssa, breaking "def
|
/external/llvm/test/Analysis/ScalarEvolution/ |
D | expander-replace-congruent-ivs.ll | 6 ; SCEVExpander would try to RAUW %val_2 with %c.lcssa, breaking "def
|
/external/swiftshader/third_party/LLVM/test/Transforms/IndVarSimplify/ |
D | lftr-other-uses.ll | 3 ; Don't RAUW the loop's original comparison instruction if it has
|
/external/llvm/test/Transforms/IndVarSimplify/ |
D | lftr-other-uses.ll | 3 ; Don't RAUW the loop's original comparison instruction if it has
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/IndVarSimplify/ |
D | lftr-other-uses.ll | 3 ; Don't RAUW the loop's original comparison instruction if it has
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/RewriteStatepointsForGC/ |
D | drop-invalid-metadata.ll | 80 ; incorrect. remove the invariant.start and RAUW undef.
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/InstCombine/ |
D | memset_chk-1.ll | 66 ; Test that RAUW in SimplifyLibCalls for __memset_chk generates valid IR
|
/external/llvm/test/Transforms/InstCombine/ |
D | memset_chk-1.ll | 66 ; Test that RAUW in SimplifyLibCalls for __memset_chk generates valid IR
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/Inline/ |
D | cgscc-update.ll | 50 ; call due to RAUW-ing the returned value of a called function into the caller.
|
/external/llvm/docs/ |
D | Lexicon.rst | 189 **RAUW**
|
D | MergeFunctions.rst | 684 everywhere, we use ``replaceAllUsesWith`` operation here (*RAUW*). 691 3. Neither *F* nor *G* could be overridden. We can't use *RAUW*. We can just
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/ |
D | Lexicon.rst | 218 **RAUW**
|
D | MergeFunctions.rst | 684 everywhere, we use ``replaceAllUsesWith`` operation here (*RAUW*). 691 3. Neither *F* nor *G* could be overridden. We can't use *RAUW*. We can just
|
/external/clang/lib/CodeGen/ |
D | ItaniumCXXABI.cpp | 3408 enum class StructorCodegen { Emit, RAUW, Alias, COMDAT }; enumerator 3430 return StructorCodegen::RAUW; in getCodegenToUse() 3434 return StructorCodegen::RAUW; in getCodegenToUse() 3499 if (CGType == StructorCodegen::RAUW) { in emitCXXStructor()
|
12