Searched defs:argTypes (Results 1 – 4 of 4) sorted by relevance
84 std::vector<llvm::Type *> argTypes; in ReplaceWithLLVMIntrinsic() local
115 IntrinArgType argTypes[1 + kMaxArgsNum]; // argTypes[0] is the return type member
561 ArenaVector<llvm::Type *> argTypes(GetGraph()->GetLocalAllocator()->Adapter()); in EmitSlowPathEntry() local2225 ArenaVector<llvm::Type *> argTypes(GetGraph()->GetLocalAllocator()->Adapter()); in CreateTailCallFastPath() local2256 ArenaVector<llvm::Type *> argTypes(GetGraph()->GetLocalAllocator()->Adapter()); in CreateTailCallInterpreter() local2311 ArenaVector<llvm::Type *> argTypes(graph_->GetLocalAllocator()->Adapter()); in GetEntryFunctionType() local2466 ArenaVector<llvm::Type *> argTypes(GetGraph()->GetLocalAllocator()->Adapter()); in GetFunctionTypeForCall() local3968 ArenaVector<llvm::Type *> argTypes(ctor->GetGraph()->GetLocalAllocator()->Adapter()); in VisitCallIndirect() local3993 ArenaVector<llvm::Type *> argTypes(ctor->GetGraph()->GetLocalAllocator()->Adapter()); in VisitCall() local
47 PrimType argTypes[kMaxModFuncArgSize]; member