/external/llvm/test/Transforms/InstCombine/ |
D | convergent.ll | 9 ; Convergent attr shouldn't be removed here; k is convergent. 16 ; Convergent attr shouldn't be added here, even though k is convergent. 23 ; Convergent should be removed here, as the target is convergent.
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/InstCombine/ |
D | convergent.ll | 9 ; Convergent attr shouldn't be removed here; k is convergent. 16 ; Convergent attr shouldn't be added here, even though k is convergent. 23 ; Convergent should be removed here, as the target is convergent.
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | LoopUnrollAndJamPass.cpp | 306 bool Convergent; in tryToUnrollAndJamLoop() local 311 Convergent, TTI, EphValues, UP.BEInsns); in tryToUnrollAndJamLoop() 313 ApproximateLoopSize(L, NumInlineCandidates, NotDuplicatable, Convergent, in tryToUnrollAndJamLoop() 326 if (Convergent) { in tryToUnrollAndJamLoop()
|
D | LoopUnrollPass.cpp | 621 const Loop *L, unsigned &NumCalls, bool &NotDuplicatable, bool &Convergent, in ApproximateLoopSize() argument 629 Convergent = Metrics.convergent; in ApproximateLoopSize() 982 bool Convergent; in tryToUnrollLoop() local 995 ApproximateLoopSize(L, NumInlineCandidates, NotDuplicatable, Convergent, in tryToUnrollLoop() 1035 if (Convergent) in tryToUnrollLoop()
|
D | Sink.cpp | 82 if (CS.hasFnAttr(Attribute::Convergent)) in isSafeToMove()
|
/external/llvm/include/llvm/MC/ |
D | MCInstrDesc.h | 129 Convergent enumerator 341 bool isConvergent() const { return Flags & (1 << MCID::Convergent); } in isConvergent()
|
/external/llvm/include/llvm/IR/ |
D | Function.h | 360 return hasFnAttribute(Attribute::Convergent); 363 addFnAttr(Attribute::Convergent); 366 removeFnAttr(Attribute::Convergent);
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | Function.h | 383 return hasFnAttribute(Attribute::Convergent); in isConvergent() 386 addFnAttr(Attribute::Convergent); in setConvergent() 389 removeFnAttr(Attribute::Convergent); in setNotConvergent()
|
D | Attributes.inc | 10 Convergent, 67 .Case("convergent", Attribute::Convergent) 184 return llvm::Attribute::Convergent;
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/ |
D | MCInstrDesc.h | 151 Convergent, enumerator 383 bool isConvergent() const { return Flags & (1ULL << MCID::Convergent); } in isConvergent()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | Function.h | 523 return hasFnAttribute(Attribute::Convergent); in isConvergent() 526 addFnAttr(Attribute::Convergent); in setConvergent() 529 removeFnAttr(Attribute::Convergent); in setNotConvergent()
|
/external/llvm/lib/Transforms/Scalar/ |
D | LoopUnrollPass.cpp | 530 bool &NotDuplicatable, bool &Convergent, in ApproximateLoopSize() argument 541 Convergent = Metrics.convergent; in ApproximateLoopSize() 912 bool Convergent; in tryToUnrollLoop() local 914 L, NumInlineCandidates, NotDuplicatable, Convergent, TTI, &AC); in tryToUnrollLoop() 961 if (Convergent) in tryToUnrollLoop()
|
D | Sink.cpp | 82 if (CS.hasFnAttr(Attribute::Convergent)) in isSafeToMove()
|
/external/swiftshader/third_party/llvm-subzero/build/Windows/include/llvm/IR/ |
D | Attributes.gen | 10 Convergent, 67 .Case("convergent", Attribute::Convergent) 184 return llvm::Attribute::Convergent;
|
/external/swiftshader/third_party/llvm-subzero/build/Fuchsia/include/llvm/IR/ |
D | Attributes.gen | 10 Convergent, 67 .Case("convergent", Attribute::Convergent) 184 return llvm::Attribute::Convergent;
|
/external/swiftshader/third_party/llvm-subzero/build/Linux/include/llvm/IR/ |
D | Attributes.gen | 10 Convergent, 67 .Case("convergent", Attribute::Convergent) 184 return llvm::Attribute::Convergent;
|
/external/swiftshader/third_party/llvm-subzero/build/MacOS/include/llvm/IR/ |
D | Attributes.gen | 10 Convergent, 67 .Case("convergent", Attribute::Convergent) 184 return llvm::Attribute::Convergent;
|
/external/swiftshader/third_party/llvm-subzero/build/Android/include/llvm/IR/ |
D | Attributes.gen | 10 Convergent, 67 .Case("convergent", Attribute::Convergent) 184 return llvm::Attribute::Convergent;
|
/external/llvm/lib/Transforms/IPO/ |
D | ForceFunctionAttrs.cpp | 33 .Case("convergent", Attribute::Convergent) in parseAttrKind()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/ |
D | ForceFunctionAttrs.cpp | 33 .Case("convergent", Attribute::Convergent) in parseAttrKind()
|
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/IR/ |
D | AttributesCompatFunc.inc | 10 Convergent, 73 .Case("convergent", Attribute::Convergent) 196 return llvm::Attribute::Convergent;
|
/external/swiftshader/third_party/llvm-7.0/configs/common/include/llvm/IR/ |
D | Attributes.inc | 10 Convergent, 73 .Case("convergent", Attribute::Convergent) 196 return llvm::Attribute::Convergent;
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Utils/ |
D | UnrollLoop.h | 119 bool &NotDuplicatable, bool &Convergent,
|
/external/llvm/test/Transforms/FunctionAttrs/ |
D | convergent.ll | 31 ; Convergent should not be removed on the function here. Although the call is
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/FunctionAttrs/ |
D | convergent.ll | 35 ; Convergent should not be removed on the function here. Although the call is
|