Home
last modified time | relevance | path

Searched defs:ResTy (Results 1 – 25 of 25) sorted by relevance

/external/llvm/lib/Target/Mips/
DMipsSEISelLowering.cpp1375 EVT ResTy = Op->getValueType(0); in lowerMSACopyIntr() local
1499 EVT ResTy = Op->getValueType(0); in lowerMSABitClear() local
1510 EVT ResTy = Op->getValueType(0); in lowerMSABitClearImm() local
1857 EVT ResTy = Op->getValueType(0); in lowerINTRINSIC_WO_CHAIN() local
1868 EVT ResTy = Op->getValueType(0); in lowerINTRINSIC_WO_CHAIN() local
1889 EVT ResTy = Op->getValueType(0); in lowerINTRINSIC_WO_CHAIN() local
1958 EVT ResTy = Op->getValueType(0); in lowerINTRINSIC_WO_CHAIN() local
1967 EVT ResTy = Op->getValueType(0); in lowerINTRINSIC_WO_CHAIN() local
2042 EVT ResTy = Op->getValueType(0); in lowerINTRINSIC_WO_CHAIN() local
2177 EVT ResTy = Op->getValueType(0); in lowerMSALoadIntr() local
[all …]
/external/llvm/lib/Target/Mips/AsmParser/
DMipsAsmParser.cpp3893 OperandMatchResultTy ResTy = MatchOperandParserImpl(Operands, Mnemonic); in parseOperand() local
3942 OperandMatchResultTy ResTy = parseImm(Operands); in parseOperand() local
4089 OperandMatchResultTy ResTy = parseAnyRegister(Operands); in ParseRegister() local
4242 OperandMatchResultTy ResTy = in searchSymbolAlias() local
4326 OperandMatchResultTy ResTy = in matchAnyRegisterWithoutDollar() local
4362 OperandMatchResultTy ResTy = matchAnyRegisterWithoutDollar(Operands, S); in parseAnyRegister() local
4403 OperandMatchResultTy ResTy = parseImm(Operands); in parseJumpTarget() local
5299 OperandMatchResultTy ResTy = parseAnyRegister(Reg); in parseDirectiveCpLoad() local
5376 OperandMatchResultTy ResTy = parseAnyRegister(TmpReg); in parseDirectiveCPSetup() local
6001 OperandMatchResultTy ResTy = parseAnyRegister(TmpReg); in ParseDirective() local
/external/llvm/lib/Target/Sparc/AsmParser/
DSparcAsmParser.cpp703 OperandMatchResultTy ResTy = parseSparcAsmOperand(Offset); in parseMEMOperand() local
717 OperandMatchResultTy ResTy = MatchOperandParserImpl(Operands, Mnemonic); in parseOperand() local
/external/clang/lib/StaticAnalyzer/Checkers/
DCallAndMessageChecker.cpp499 QualType ResTy = msg.getResultType(); in emitNilReceiverBug() local
/external/clang/lib/CodeGen/
DCGExprScalar.cpp831 llvm::Type *ResTy = DstTy; in EmitScalarConversion() local
3058 llvm::Type *ResTy = ConvertType(E->getType()); in VisitBinLAnd() local
3136 llvm::Type *ResTy = ConvertType(E->getType()); in VisitBinLOr() local
DCodeGenFunction.cpp911 QualType ResTy = FD->getReturnType(); in GenerateCode() local
DItaniumCXXABI.cpp1380 QualType &ResTy, in addImplicitStructorParams()
DMicrosoftCXXABI.cpp1370 QualType &ResTy, in addImplicitStructorParams()
DCGBuiltin.cpp3378 llvm::Type *ResTy, unsigned IntID, in packTBLDVectorList()
/external/llvm/lib/Target/SystemZ/AsmParser/
DSystemZAsmParser.cpp740 OperandMatchResultTy ResTy = MatchOperandParserImpl(Operands, Mnemonic); in parseOperand() local
/external/llvm/lib/Analysis/
DConstantFolding.cpp597 Type *ResTy = cast<PointerType>(C->getType())->getElementType(); in ConstantFoldLoadFromConstPtr() local
DScalarEvolutionExpander.cpp1334 Type *ResTy = Result->getType(); in expandAddRecExprLiterally() local
/external/llvm/lib/Target/AMDGPU/AsmParser/
DAMDGPUAsmParser.cpp1098 OperandMatchResultTy ResTy = MatchOperandParserImpl(Operands, Mnemonic); in parseOperand() local
/external/llvm/lib/Transforms/Instrumentation/
DMemorySanitizer.cpp2243 Type *ResTy = isX86_MMX ? IntegerType::get(*MS.C, 64) : I.getType(); in handleVectorSadIntrinsic() local
2262 Type *ResTy = isX86_MMX ? getMMXVectorTy(EltSizeInBits * 2) : I.getType(); in handleVectorPmaddIntrinsic() local
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp4123 Type *ResTy = getTypeByID(Record[OpNum]); in parseFunctionBody() local
5115 Type *ResTy = getTypeByID(Record[2]); in parseFunctionBody() local
/external/llvm/lib/Transforms/Utils/
DSimplifyLibCalls.cpp1587 Type *ResTy; in insertSinCosCall() local
/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp7598 MVT ResTy; in performFpToIntCombine() local
7663 MVT ResTy; in performFDivCombine() local
7994 EVT ResTy = N->getValueType(0); in tryCombineFixedPointConvert() local
/external/clang/include/clang/AST/
DExpr.h2981 BinaryOperator(Expr *lhs, Expr *rhs, Opcode opc, QualType ResTy, in BinaryOperator()
3133 BinaryOperator(Expr *lhs, Expr *rhs, Opcode opc, QualType ResTy, in BinaryOperator()
/external/llvm/lib/Target/ARM/
DARMISelDAGToDAG.cpp1841 EVT ResTy; in SelectVLD() local
/external/clang/lib/Sema/
DSemaExpr.cpp3009 QualType ResTy; in BuildPredefinedExpr() local
6126 QualType ResTy = OpenCLArithmeticConversions(S, LHS, RHS, QuestionLoc); in OpenCLConvertScalarsToVectors() local
6279 QualType ResTy = UsualArithmeticConversions(LHS, RHS); in CheckConditionalOperands() local
DSemaExprCXX.cpp5036 QualType ResTy = UsualArithmeticConversions(LHS, RHS); in CXXCheckConditionalOperands() local
DSemaCodeComplete.cpp7084 QualType ResTy = Method->getSendResultType().stripObjCKindOfType(Context); in CodeCompleteObjCMethodDecl() local
/external/llvm/lib/Target/AArch64/AsmParser/
DAArch64AsmParser.cpp3157 OperandMatchResultTy ResTy = MatchOperandParserImpl(Operands, Mnemonic); in parseOperand() local
/external/llvm/lib/Target/ARM/AsmParser/
DARMAsmParser.cpp5034 OperandMatchResultTy ResTy = MatchOperandParserImpl(Operands, Mnemonic); in parseOperand() local
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp4906 EVT ResTy = TLI.getValueType(DAG.getDataLayout(), I.getType()); in visitIntrinsicCall() local