HomeSort by relevance Sort by last modified time
    Searched refs:RetTy (Results 101 - 125 of 261) sorted by null

1 2 3 45 6 7 8 91011

  /external/llvm/include/llvm/Analysis/
TargetTransformInfoImpl.h 133 unsigned getIntrinsicCost(Intrinsic::ID IID, Type *RetTy,
347 unsigned getIntrinsicInstrCost(Intrinsic::ID ID, Type *RetTy,
351 unsigned getIntrinsicInstrCost(Intrinsic::ID ID, Type *RetTy,
356 unsigned getCallInstrCost(Function *F, Type *RetTy, ArrayRef<Type *> Tys) {
491 unsigned getIntrinsicCost(Intrinsic::ID IID, Type *RetTy,
500 return static_cast<T *>(this)->getIntrinsicCost(IID, RetTy, ParamTys);
  /external/llvm/include/llvm/CodeGen/
FastISel.h 61 Type *RetTy;
92 : RetTy(nullptr), RetSExt(false), RetZExt(false), IsVarArg(false),
101 RetTy = ResultTy;
124 RetTy = ResultTy;
147 RetTy = ResultTy;
163 RetTy = ResultTy;
  /external/llvm/lib/IR/
Module.cpp 156 Type *RetTy, ...) {
158 va_start(Args, RetTy);
169 FunctionType::get(RetTy, ArgTys, false),
174 Type *RetTy, ...) {
176 va_start(Args, RetTy);
187 FunctionType::get(RetTy, ArgTys, false),
  /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()) {
  /external/swiftshader/third_party/LLVM/lib/VMCore/
Module.cpp 202 Type *RetTy, ...) {
204 va_start(Args, RetTy);
215 FunctionType::get(RetTy, ArgTys, false),
220 Type *RetTy, ...) {
222 va_start(Args, RetTy);
233 FunctionType::get(RetTy, ArgTys, false),
  /external/llvm/lib/Target/Mips/
MipsCCState.cpp 79 originalTypeIsF128(CLI.RetTy, CLI.Callee.getNode()));
80 OriginalArgWasFloat.push_back(CLI.RetTy->isFloatingPointTy());
Mips16ISelLowering.cpp 374 (Type* RetTy, ArgListTy &Args, bool &needHelper) const {
384 if (RetTy->isFloatTy()) {
387 else if (RetTy ->isDoubleTy()) {
390 else if (RetTy->isStructTy()) {
392 if (RetTy->getNumContainedTypes() == 2) {
393 if ((RetTy->getContainedType(0)->isFloatTy()) &&
394 (RetTy->getContainedType(1)->isFloatTy())) {
397 else if ((RetTy->getContainedType(0)->isDoubleTy()) &&
398 (RetTy->getContainedType(1)->isDoubleTy())) {
492 getMips16HelperFunction(CLI.RetTy, CLI.getArgs(), NeedMips16Helper)
    [all...]
  /external/llvm/lib/Target/X86/
X86TargetTransformInfo.h 83 int getIntrinsicInstrCost(Intrinsic::ID IID, Type *RetTy,
85 int getIntrinsicInstrCost(Intrinsic::ID IID, Type *RetTy,
  /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,
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Transforms/Utils/
CodeExtractor.h 59 Type *RetTy;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Transforms/Utils/
CodeExtractor.h 59 Type *RetTy;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Transforms/Utils/
CodeExtractor.h 59 Type *RetTy;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/Utils/
CodeExtractor.h 59 Type *RetTy;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Transforms/Utils/
CodeExtractor.h 59 Type *RetTy;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Transforms/Utils/
CodeExtractor.h 59 Type *RetTy;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Transforms/Utils/
CodeExtractor.h 59 Type *RetTy;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/Utils/
CodeExtractor.h 59 Type *RetTy;
  /prebuilts/clang/host/darwin-x86/clang-3957855/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-3960126/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-3977809/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-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/linux-x86/clang-3957855/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/linux-x86/clang-3960126/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/linux-x86/clang-3977809/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/linux-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;

Completed in 535 milliseconds

1 2 3 45 6 7 8 91011