HomeSort by relevance Sort by last modified time
    Searched refs:ReturnsTwice (Results 1 - 25 of 35) sorted by null

1 2

  /external/swiftshader/third_party/subzero/src/
IceIntrinsics.h 122 enum ReturnsTwice { ReturnsTwice_F = 0, ReturnsTwice_T = 1 };
133 enum ReturnsTwice ReturnsTwice : 1;
IceTargetLowering.cpp 449 if (Call->getIntrinsicInfo().ReturnsTwice)
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/
Attributes.h 68 const Attributes ReturnsTwice = 1<<29; ///< Function can return twice
95 UWTable | NonLazyBind | ReturnsTwice;
Instructions.h     [all...]
  /external/llvm/lib/Transforms/IPO/
ForceFunctionAttrs.cpp 52 .Case("returns_twice", Attribute::ReturnsTwice)
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
ForceFunctionAttrs.cpp 54 .Case("returns_twice", Attribute::ReturnsTwice)
  /external/llvm/lib/Analysis/
InlineCost.cpp 883 if (CS.hasFnAttr(Attribute::ReturnsTwice) &&
884 !F.hasFnAttribute(Attribute::ReturnsTwice)) {
    [all...]
  /external/swiftshader/third_party/LLVM/lib/VMCore/
Attributes.cpp 41 if (Attrs & Attribute::ReturnsTwice)
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
InlineCost.cpp     [all...]
  /external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
llvm.ml 97 | ReturnsTwice
679 | Attribute.ReturnsTwice -> Int32.shift_left 1l 29
719 checkattr Attribute.ReturnsTwice;
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.ml 109 | ReturnsTwice
794 | Attribute.ReturnsTwice -> Int32.shift_left 1l 29
834 checkattr Attribute.ReturnsTwice;
    [all...]
  /external/llvm/lib/IR/
Attributes.cpp 299 if (hasAttribute(Attribute::ReturnsTwice))
497 case Attribute::ReturnsTwice: return 1 << 29;
    [all...]
Function.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
CodeExtractor.cpp 725 case Attribute::ReturnsTwice:
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
Attributes.cpp 322 if (hasAttribute(Attribute::ReturnsTwice))
    [all...]
Function.cpp     [all...]
  /external/llvm/include/llvm/IR/
Instructions.h     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/bindings/ocaml/llvm/
llvm.ml 134 | ReturnsTwice
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
Instructions.h     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/CppBackend/
CPPBackend.cpp 473 HANDLE_ATTR(ReturnsTwice);
    [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp 704 return CS->hasFnAttr(Attribute::ReturnsTwice);
719 return CalleeFn->hasFnAttribute(Attribute::ReturnsTwice);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Sparc/
SparcISelLowering.cpp 697 return CS.hasFnAttr(Attribute::ReturnsTwice);
712 return CalleeFn->hasFnAttribute(Attribute::ReturnsTwice);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/AsmParser/
LLParser.cpp 914 case lltok::kw_returns_twice: Attrs |= Attribute::ReturnsTwice; break;
    [all...]
  /external/clang/lib/CodeGen/
CGCall.cpp     [all...]

Completed in 4808 milliseconds

1 2