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

1 23 4

  /external/swiftshader/third_party/LLVM/lib/VMCore/
AsmWriter.cpp     [all...]
Verifier.cpp     [all...]
  /external/clang/lib/CodeGen/
CGAtomic.cpp     [all...]
CGException.cpp     [all...]
CGDebugInfo.cpp 737 llvm::DICompositeType *RetTy = DBuilder.createReplaceableCompositeType(
742 std::make_tuple(static_cast<llvm::Metadata *>(RetTy)));
743 return RetTy;
    [all...]
CGObjCGNU.cpp 61 void init(CodeGenModule *Mod, const char *name, llvm::Type *RetTy, ...) {
67 va_start(Args, RetTy);
71 FTy = llvm::FunctionType::get(RetTy, ArgTys, false);
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
FastISel.cpp 701 Type *RetTy = ForceRetVoidTy ? Type::getVoidTy(CI->getType()->getContext())
703 CLI.setCallee(CI->getCallingConv(), RetTy, Callee, std::move(Args), NumArgs);
    [all...]
  /external/llvm/lib/Target/Mips/
MipsFastISel.cpp     [all...]
  /external/spirv-llvm/lib/SPIRV/
SPIRVUtil.cpp 300 getOrCreateFunction(Module *M, Type *RetTy, ArrayRef<Type *> ArgTypes,
310 FunctionType *FT = FunctionType::get(RetTy, ArgTypes, isVarArg);
666 Type *&RetTy)>ArgMutate,
672 Type *RetTy = CI->getType();
673 auto NewName = ArgMutate(CI, Args, RetTy);
679 auto NewCI = addCallInst(M, NewName, RetTy, Args, Attrs,
715 Type *&RetTy)> ArgMutate,
723 addCallInst(Module *M, StringRef FuncName, Type *RetTy, ArrayRef<Value *> Args,
727 auto F = getOrCreateFunction(M, RetTy, getTypes(Args),
730 auto CI = CallInst::Create(F, Args, RetTy->isVoidTy() ? "" : InstName, Pos)
    [all...]
SPIRVWriter.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMFastISel.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/CBackend/
CBackend.cpp 386 Type *RetTy = cast<PointerType>(*I)->getElementType();
408 printType(Out, RetTy,
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86FastISel.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstructionCombining.cpp 706 Type *RetTy = CI->getType();
710 InV = ConstantExpr::getCast(CI->getOpcode(), InC, RetTy);
    [all...]
  /frameworks/compile/slang/
slang_rs_object_ref_count.cpp     [all...]
  /external/llvm/lib/IR/
AsmWriter.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64FastISel.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMFastISel.cpp     [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp 278 Type *RetTy =
280 if (!isTypeLegal(RetTy, RetVT))
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp     [all...]
  /external/llvm/lib/Transforms/Vectorize/
BBVectorize.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
LegalizeIntegerTypes.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/CellSPU/
SPUISelLowering.cpp 83 Type *RetTy =
86 TLI.LowerCallTo(InChain, RetTy, isSigned, !isSigned, false, false,
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
RetainCountChecker.cpp 759 QualType RetTy,
790 Selector S, QualType RetTy);
793 Optional<RetEffect> getRetEffectFromAnnotations(QualType RetTy,
    [all...]

Completed in 2848 milliseconds

1 23 4