Home
last modified time | relevance | path

Searched refs:Convergent (Results 1 – 25 of 59) sorted by relevance

123

/external/llvm/test/Transforms/InstCombine/
Dconvergent.ll9 ; 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/
Dconvergent.ll9 ; 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/
DLoopUnrollAndJamPass.cpp306 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()
DLoopUnrollPass.cpp621 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()
DSink.cpp82 if (CS.hasFnAttr(Attribute::Convergent)) in isSafeToMove()
/external/llvm/include/llvm/MC/
DMCInstrDesc.h129 Convergent enumerator
341 bool isConvergent() const { return Flags & (1 << MCID::Convergent); } in isConvergent()
/external/llvm/include/llvm/IR/
DFunction.h360 return hasFnAttribute(Attribute::Convergent);
363 addFnAttr(Attribute::Convergent);
366 removeFnAttr(Attribute::Convergent);
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DFunction.h383 return hasFnAttribute(Attribute::Convergent); in isConvergent()
386 addFnAttr(Attribute::Convergent); in setConvergent()
389 removeFnAttr(Attribute::Convergent); in setNotConvergent()
DAttributes.inc10 Convergent,
67 .Case("convergent", Attribute::Convergent)
184 return llvm::Attribute::Convergent;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCInstrDesc.h151 Convergent, enumerator
383 bool isConvergent() const { return Flags & (1ULL << MCID::Convergent); } in isConvergent()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DFunction.h523 return hasFnAttribute(Attribute::Convergent); in isConvergent()
526 addFnAttr(Attribute::Convergent); in setConvergent()
529 removeFnAttr(Attribute::Convergent); in setNotConvergent()
/external/llvm/lib/Transforms/Scalar/
DLoopUnrollPass.cpp530 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()
DSink.cpp82 if (CS.hasFnAttr(Attribute::Convergent)) in isSafeToMove()
/external/swiftshader/third_party/llvm-subzero/build/Windows/include/llvm/IR/
DAttributes.gen10 Convergent,
67 .Case("convergent", Attribute::Convergent)
184 return llvm::Attribute::Convergent;
/external/swiftshader/third_party/llvm-subzero/build/Fuchsia/include/llvm/IR/
DAttributes.gen10 Convergent,
67 .Case("convergent", Attribute::Convergent)
184 return llvm::Attribute::Convergent;
/external/swiftshader/third_party/llvm-subzero/build/Linux/include/llvm/IR/
DAttributes.gen10 Convergent,
67 .Case("convergent", Attribute::Convergent)
184 return llvm::Attribute::Convergent;
/external/swiftshader/third_party/llvm-subzero/build/MacOS/include/llvm/IR/
DAttributes.gen10 Convergent,
67 .Case("convergent", Attribute::Convergent)
184 return llvm::Attribute::Convergent;
/external/swiftshader/third_party/llvm-subzero/build/Android/include/llvm/IR/
DAttributes.gen10 Convergent,
67 .Case("convergent", Attribute::Convergent)
184 return llvm::Attribute::Convergent;
/external/llvm/lib/Transforms/IPO/
DForceFunctionAttrs.cpp33 .Case("convergent", Attribute::Convergent) in parseAttrKind()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DForceFunctionAttrs.cpp33 .Case("convergent", Attribute::Convergent) in parseAttrKind()
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/IR/
DAttributesCompatFunc.inc10 Convergent,
73 .Case("convergent", Attribute::Convergent)
196 return llvm::Attribute::Convergent;
/external/swiftshader/third_party/llvm-7.0/configs/common/include/llvm/IR/
DAttributes.inc10 Convergent,
73 .Case("convergent", Attribute::Convergent)
196 return llvm::Attribute::Convergent;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Utils/
DUnrollLoop.h119 bool &NotDuplicatable, bool &Convergent,
/external/llvm/test/Transforms/FunctionAttrs/
Dconvergent.ll31 ; Convergent should not be removed on the function here. Although the call is
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/FunctionAttrs/
Dconvergent.ll35 ; Convergent should not be removed on the function here. Although the call is

123