HomeSort by relevance Sort by last modified time
    Searched refs:getPostfixForReturnType (Results 1 - 4 of 4) sorted by null

  /external/spirv-llvm/lib/SPIRV/
OCL21ToSPIRV.cpp 185 getPostfixForReturnType(CI,
SPIRVUtil.cpp 406 getPostfixForReturnType(pRetTy, false));
460 getPostfixForReturnType(CallInst *CI, bool IsSigned) {
461 return getPostfixForReturnType(CI->getType(), IsSigned);
464 std::string getPostfixForReturnType(const Type *pRetTy, bool IsSigned) {
    [all...]
SPIRVInternal.h 789 std::string getPostfixForReturnType(CallInst *CI, bool IsSigned = false);
790 std::string getPostfixForReturnType(const Type *pRetTy, bool IsSigned = false);
    [all...]
OCL20ToSPIRV.cpp     [all...]

Completed in 72 milliseconds