Home
last modified time | relevance | path

Searched defs:ResType (Results 1 – 14 of 14) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVInstructionSelector.cpp257 SPIRVType *ResType = HasDefs ? GR.getSPIRVTypeForVReg(ResVReg) : nullptr; select() local
269 spvSelect(Register ResVReg,const SPIRVType * ResType,MachineInstr & I) const spvSelect() argument
497 selectExtInst(Register ResVReg,const SPIRVType * ResType,MachineInstr & I,CL::OpenCLExtInst CLInst) const selectExtInst() argument
505 selectExtInst(Register ResVReg,const SPIRVType * ResType,MachineInstr & I,CL::OpenCLExtInst CLInst,GL::GLSLExtInst GLInst) const selectExtInst() argument
515 selectExtInst(Register ResVReg,const SPIRVType * ResType,MachineInstr & I,const ExtInstList & Insts) const selectExtInst() argument
539 selectUnOpWithSrc(Register ResVReg,const SPIRVType * ResType,MachineInstr & I,Register SrcReg,unsigned Opcode) const selectUnOpWithSrc() argument
551 selectUnOp(Register ResVReg,const SPIRVType * ResType,MachineInstr & I,unsigned Opcode) const selectUnOp() argument
598 selectLoad(Register ResVReg,const SPIRVType * ResType,MachineInstr & I) const selectLoad() argument
683 selectAtomicRMW(Register ResVReg,const SPIRVType * ResType,MachineInstr & I,unsigned NewOpcode) const selectAtomicRMW() argument
724 selectAtomicCmpXchg(Register ResVReg,const SPIRVType * ResType,MachineInstr & I) const selectAtomicCmpXchg() argument
810 selectAddrSpaceCast(Register ResVReg,const SPIRVType * ResType,MachineInstr & I) const selectAddrSpaceCast() argument
956 selectBitreverse(Register ResVReg,const SPIRVType * ResType,MachineInstr & I) const selectBitreverse() argument
967 selectConstVector(Register ResVReg,const SPIRVType * ResType,MachineInstr & I) const selectConstVector() argument
996 selectCmp(Register ResVReg,const SPIRVType * ResType,unsigned CmpOpc,MachineInstr & I) const selectCmp() argument
1013 selectICmp(Register ResVReg,const SPIRVType * ResType,MachineInstr & I) const selectICmp() argument
1075 selectFCmp(Register ResVReg,const SPIRVType * ResType,MachineInstr & I) const selectFCmp() argument
1081 buildZerosVal(const SPIRVType * ResType,MachineInstr & I) const buildZerosVal() argument
1089 buildOnesVal(bool AllOnes,const SPIRVType * ResType,MachineInstr & I) const buildOnesVal() argument
1100 selectSelect(Register ResVReg,const SPIRVType * ResType,MachineInstr & I,bool IsSigned) const selectSelect() argument
1120 selectIToF(Register ResVReg,const SPIRVType * ResType,MachineInstr & I,bool IsSigned,unsigned Opcode) const selectIToF() argument
1140 selectExt(Register ResVReg,const SPIRVType * ResType,MachineInstr & I,bool IsSigned) const selectExt() argument
1175 selectTrunc(Register ResVReg,const SPIRVType * ResType,MachineInstr & I) const selectTrunc() argument
1188 selectConst(Register ResVReg,const SPIRVType * ResType,const APInt & Imm,MachineInstr & I) const selectConst() argument
1220 selectOpUndef(Register ResVReg,const SPIRVType * ResType,MachineInstr & I) const selectOpUndef() argument
1246 selectInsertVal(Register ResVReg,const SPIRVType * ResType,MachineInstr & I) const selectInsertVal() argument
1262 selectExtractVal(Register ResVReg,const SPIRVType * ResType,MachineInstr & I) const selectExtractVal() argument
1275 selectInsertElt(Register ResVReg,const SPIRVType * ResType,MachineInstr & I) const selectInsertElt() argument
1290 selectExtractElt(Register ResVReg,const SPIRVType * ResType,MachineInstr & I) const selectExtractElt() argument
1304 selectGEP(Register ResVReg,const SPIRVType * ResType,MachineInstr & I) const selectGEP() argument
1333 selectIntrinsic(Register ResVReg,const SPIRVType * ResType,MachineInstr & I) const selectIntrinsic() argument
1433 selectFrameIndex(Register ResVReg,const SPIRVType * ResType,MachineInstr & I) const selectFrameIndex() argument
1489 selectPhi(Register ResVReg,const SPIRVType * ResType,MachineInstr & I) const selectPhi() argument
1519 SPIRVType *ResType = GR.getOrCreateSPIRVPointerType( selectGlobalValue() local
1572 selectLog10(Register ResVReg,const SPIRVType * ResType,MachineInstr & I) const selectLog10() argument
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DAArch64.cpp205 llvm::ScalableVectorType *ResType = nullptr; coerceIllegalVector() local
252 llvm::Type *ResType = llvm::Type::getInt16Ty(getVMContext()); coerceIllegalVector() local
256 llvm::Type *ResType = llvm::Type::getInt32Ty(getVMContext()); coerceIllegalVector() local
260 auto *ResType = coerceIllegalVector() local
265 auto *ResType = coerceIllegalVector() local
[all...]
H A DARM.cpp294 return ABIArgInfo::getDirect(ResType); in coerceIllegalVector() local
299 return ABIArgInfo::getDirect(ResType); in coerceIllegalVector() local
H A DRISCV.cpp344 llvm::ScalableVectorType *ResType = in coerceVLSVector() local
H A DX86.cpp2572 llvm::Type *ResType = nullptr; classifyReturnType() local
2705 llvm::Type *ResType = nullptr; classifyArgumentType() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUPrintfRuntimeBinding.cpp191 Type *ResType = Type::getInt32Ty(Ctx); lowerPrintfForGpu() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64LoopIdiomTransform.cpp
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBuiltin.cpp807 getDefaultBuiltinObjectSizeResult(unsigned Type,llvm::IntegerType * ResType) getDefaultBuiltinObjectSizeResult() argument
813 evaluateOrEmitBuiltinObjectSize(const Expr * E,unsigned Type,llvm::IntegerType * ResType,llvm::Value * EmittedE,bool IsDynamic) evaluateOrEmitBuiltinObjectSize() argument
876 emitFlexibleArrayMemberSize(const Expr * E,unsigned Type,llvm::IntegerType * ResType) emitFlexibleArrayMemberSize() argument
1068 emitBuiltinObjectSize(const Expr * E,unsigned Type,llvm::IntegerType * ResType,llvm::Value * EmittedE,bool IsDynamic) emitBuiltinObjectSize() argument
3425 auto *ResType = cast<llvm::IntegerType>(ConvertType(E->getType())); EmitBuiltinExpr() local
11193 llvm::Type *ResType = ConvertType(E->getType()); EmitAArch64BuiltinExpr() local
16255 llvm::Type *ResType = ConvertType(E->getType()); EmitX86BuiltinExpr() local
[all...]
H A DCGStmtOpenMP.cpp6286 convertToType(CodeGenFunction & CGF,RValue Value,QualType SourceType,QualType ResType,SourceLocation Loc) convertToType() argument
/freebsd-src/contrib/llvm-project/clang/lib/ARCMigrate/
H A DObjCMT.cpp493 QualType ResType = Context.getCanonicalType(Getter->getReturnType()); in rewriteToObjCProperty() local
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp11646 QualType ResType = Operand->getType(); checkArithmeticIncompletePointerType() local
11668 QualType ResType = Operand->getType(); checkArithmeticOpPointerOperand() local
14821 QualType ResType = Op->getType(); CheckIncrementDecrementOperand() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp6687 Type *ResType = PFS.getFunction().getReturnType(); parseRet() local
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h4070 CompoundAssignOperator(const ASTContext & C,Expr * lhs,Expr * rhs,Opcode opc,QualType ResType,ExprValueKind VK,ExprObjectKind OK,SourceLocation OpLoc,FPOptionsOverride FPFeatures,QualType CompLHSType,QualType CompResultType) CompoundAssignOperator() argument
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp11554 QualType ResType = DecodeTypeFromStr(TypeStr, *this, Error, GetBuiltinType() local