HomeSort by relevance Sort by last modified time
    Searched refs:isFoldable (Results 1 - 5 of 5) sorted by null

  /external/swiftshader/third_party/LLVM/include/llvm/Transforms/Utils/
BuildLibCalls.h 102 virtual bool isFoldable(unsigned SizeCIOp, unsigned SizeArgOp,
  /external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
BuildLibCalls.cpp 377 if (isFoldable(3, 2, false)) {
400 if (isFoldable(3, 2, false)) {
418 if (isFoldable(3, 2, false)) {
443 if (isFoldable(2, 1, true)) {
461 if (isFoldable(3, 2, false)) {
  /external/llvm/lib/Transforms/Scalar/
StraightLineStrengthReduce.cpp 152 bool isFoldable(const Candidate &C, TargetTransformInfo *TTI,
255 bool StraightLineStrengthReduce::isFoldable(const Candidate &C,
317 if (!isFoldable(C, TTI, DL) && !isSimplestForm(C)) {
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
CodeGenPrepare.cpp 503 bool isFoldable(unsigned SizeCIOp, unsigned, bool) const {
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombineCalls.cpp 783 bool isFoldable(unsigned SizeCIOp, unsigned SizeArgOp, bool isString) const {
    [all...]

Completed in 285 milliseconds