Home
last modified time | relevance | path

Searched defs:retTy (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/Reactor/
DLLVMReactor.cpp305 llvm::Value *lowerSignMask(llvm::Value *x, llvm::Type *retTy) in lowerSignMask()
322 llvm::Value *lowerFPSignMask(llvm::Value *x, llvm::Type *retTy) in lowerFPSignMask()
513 static llvm::Function *createFunction(const char *name, llvm::Type *retTy, const std::vector<llvm::… in createFunction()
3616 Value *Call(RValue<Pointer<Byte>> fptr, Type *retTy, std::initializer_list<Value *> args, std::init… in Call()
DSubzeroReactor.cpp126 Ice::Variable *Call(Ice::Cfg *function, Ice::CfgNode *basicBlock, Ice::Type retTy, Ice::Operand *ca… in Call()
160 Ice::Variable *Call(Ice::Cfg *function, Ice::CfgNode *basicBlock, Ice::Type retTy, void const *fptr… in Call()
172 Ice::Type retTy = T(rr::CToReactorT<Return>::type()); in Call() local
4256 Value *Call(RValue<Pointer<Byte>> fptr, Type *retTy, std::initializer_list<Value *> args, std::init… in Call()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
DNVPTXISelLowering.cpp1260 const DataLayout &DL, Type *retTy, const ArgListTy &Args, in getPrototype()