HomeSort by relevance Sort by last modified time
    Searched defs:RetTy (Results 1 - 25 of 86) sorted by null

1 2 3 4

  /external/llvm/include/llvm/Transforms/Utils/
CodeExtractor.h 54 Type *RetTy;
  /external/llvm/lib/ExecutionEngine/Orc/
OrcMCJITReplacement.cpp 34 Type *RetTy = FTy->getReturnType();
44 if (RetTy->isIntegerTy(32) || RetTy->isVoidTy()) {
87 switch (RetTy->getTypeID()) {
91 unsigned BitWidth = cast<IntegerType>(RetTy)->getBitWidth();
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/Utils/
CodeExtractor.h 59 Type *RetTy;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Transforms/Utils/
CodeExtractor.h 60 Type *RetTy;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Transforms/Utils/
CodeExtractor.h 60 Type *RetTy;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Transforms/Utils/
CodeExtractor.h 62 Type *RetTy;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Transforms/Utils/
CodeExtractor.h 62 Type *RetTy;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Transforms/Utils/
CodeExtractor.h 62 Type *RetTy;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Transforms/Utils/
CodeExtractor.h 62 Type *RetTy;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/Utils/
CodeExtractor.h 59 Type *RetTy;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Transforms/Utils/
CodeExtractor.h 60 Type *RetTy;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Transforms/Utils/
CodeExtractor.h 60 Type *RetTy;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Transforms/Utils/
CodeExtractor.h 62 Type *RetTy;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Transforms/Utils/
CodeExtractor.h 62 Type *RetTy;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Transforms/Utils/
CodeExtractor.h 62 Type *RetTy;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Transforms/Utils/
CodeExtractor.h 62 Type *RetTy;
  /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/MCJIT/
MCJIT.cpp 129 Type *RetTy = FTy->getReturnType();
139 if (RetTy->isIntegerTy(32) || RetTy->isVoidTy()) {
183 switch (RetTy->getTypeID()) {
186 unsigned BitWidth = cast<IntegerType>(RetTy)->getBitWidth();
  /external/clang/lib/CodeGen/
ObjectFilePCHContainerOperations.cpp 110 QualType RetTy = D->getReturnType();
111 QualType FnTy = Ctx.getFunctionType(RetTy, ArgTypes,
129 QualType RetTy = D->getReturnType();
130 QualType FnTy = Ctx.getFunctionType(RetTy, ArgTypes,
  /external/llvm/lib/ExecutionEngine/Interpreter/
ExternalFunctions.cpp 216 Type *RetTy = FTy->getReturnType();
217 ffi_type *rtype = ffiTypeFor(RetTy);
221 if (RetTy->getTypeID() != Type::VoidTyID)
222 ret.resize(TD.getTypeStoreSize(RetTy));
224 switch (RetTy->getTypeID()) {
226 switch (cast<IntegerType>(RetTy)->getBitWidth()) {
  /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/Interpreter/
ExternalFunctions.cpp 217 Type *RetTy = FTy->getReturnType();
218 ffi_type *rtype = ffiTypeFor(RetTy);
222 if (RetTy->getTypeID() != Type::VoidTyID)
223 ret.resize(TD->getTypeStoreSize(RetTy));
225 switch (RetTy->getTypeID()) {
227 switch (cast<IntegerType>(RetTy)->getBitWidth()) {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
FastISel.h 47 Type *RetTy = nullptr;
83 RetTy = ResultTy;
106 RetTy = ResultTy;
129 RetTy = ResultTy;
145 RetTy = ResultTy;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/CodeGen/
FastISel.h 72 Type *RetTy = nullptr;
108 RetTy = ResultTy;
131 RetTy = ResultTy;
154 RetTy = ResultTy;
170 RetTy = ResultTy;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/CodeGen/
FastISel.h 72 Type *RetTy = nullptr;
108 RetTy = ResultTy;
131 RetTy = ResultTy;
154 RetTy = ResultTy;
170 RetTy = ResultTy;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/CodeGen/
FastISel.h 72 Type *RetTy = nullptr;
108 RetTy = ResultTy;
131 RetTy = ResultTy;
154 RetTy = ResultTy;
170 RetTy = ResultTy;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/CodeGen/
FastISel.h 72 Type *RetTy = nullptr;
108 RetTy = ResultTy;
131 RetTy = ResultTy;
154 RetTy = ResultTy;
170 RetTy = ResultTy;

Completed in 671 milliseconds

1 2 3 4