/external/clang/lib/CodeGen/ |
D | CGCXXABI.h | 231 CanQualType &ResTy, 247 CanQualType &ResTy, 267 QualType &ResTy,
|
D | CodeGenTypes.h | 181 const CGFunctionInfo &arrangeFunctionDeclaration(QualType ResTy, 199 const CGFunctionInfo &arrangeFreeFunctionCall(QualType ResTy,
|
D | ItaniumCXXABI.cpp | 112 CanQualType &ResTy, 119 CanQualType &ResTy, 133 QualType &ResTy, 194 void EmitReturnFromThunk(CodeGenFunction &CGF, RValue RV, QualType ResTy); 765 CanQualType &ResTy, in BuildConstructorSignature() argument 797 CanQualType &ResTy, in BuildDestructorSignature() argument 826 QualType &ResTy, in BuildInstanceFunctionParams() argument
|
D | MicrosoftCXXABI.cpp | 63 CanQualType &ResTy, 105 CanQualType &ResTy, 117 QualType &ResTy, 346 CanQualType &ResTy, in BuildConstructorSignature() argument 408 CanQualType &ResTy, in BuildDestructorSignature() argument 435 QualType &ResTy, in BuildInstanceFunctionParams() argument
|
D | CGExprScalar.cpp | 762 llvm::Type *ResTy = DstTy; in EmitScalarConversion() local 798 if (DstTy != ResTy) { in EmitScalarConversion() 799 assert(ResTy->isIntegerTy(16) && "Only half FP requires extra conversion"); in EmitScalarConversion() 2801 llvm::Type *ResTy = ConvertType(E->getType()); in VisitBinLAnd() local 2810 return Builder.CreateZExtOrBitCast(RHSCond, ResTy, "land.ext"); in VisitBinLAnd() 2815 return llvm::Constant::getNullValue(ResTy); in VisitBinLAnd() 2852 return Builder.CreateZExtOrBitCast(PN, ResTy, "land.ext"); in VisitBinLAnd() 2872 llvm::Type *ResTy = ConvertType(E->getType()); in VisitBinLOr() local 2881 return Builder.CreateZExtOrBitCast(RHSCond, ResTy, "lor.ext"); in VisitBinLOr() 2886 return llvm::ConstantInt::get(ResTy, 1); in VisitBinLOr() [all …]
|
D | CodeGenFunction.cpp | 667 QualType ResTy = FD->getResultType(); in GenerateCode() local 673 ResTy = MD->getThisType(getContext()); in GenerateCode() 674 CGM.getCXXABI().BuildInstanceFunctionParams(*this, ResTy, Args); in GenerateCode() 685 StartFunction(GD, ResTy, Fn, FnInfo, Args, BodyRange.getBegin()); in GenerateCode()
|
/external/llvm/lib/Target/ARM/ |
D | ARMInstrNEON.td | 2327 string Dt, ValueType ResTy, ValueType OpTy, SDNode OpNode> 2330 [(set DPR:$Vd, (ResTy (OpNode (OpTy DPR:$Vm))))]>; 2333 string Dt, ValueType ResTy, ValueType OpTy, SDNode OpNode> 2336 [(set QPR:$Vd, (ResTy (OpNode (OpTy QPR:$Vm))))]>; 2342 ValueType ResTy, ValueType OpTy, SDPatternOperator IntOp> 2345 [(set DPR:$Vd, (ResTy (IntOp (OpTy DPR:$Vm))))]>; 2349 ValueType ResTy, ValueType OpTy, SDPatternOperator IntOp> 2352 [(set QPR:$Vd, (ResTy (IntOp (OpTy QPR:$Vm))))]>; 2357 ValueType ResTy, ValueType OpTy, SDPatternOperator IntOp> 2359 itin, OpcodeStr, Dt, ResTy, OpTy, [all …]
|
D | ARMISelDAGToDAG.cpp | 1766 EVT ResTy; in SelectVLD() local 1768 ResTy = VT; in SelectVLD() 1773 ResTy = EVT::getVectorVT(*CurDAG->getContext(), MVT::i64, ResTyElts); in SelectVLD() 1776 ResTys.push_back(ResTy); in SelectVLD() 1817 SDValue(CurDAG->getMachineNode(TargetOpcode::IMPLICIT_DEF, dl, ResTy), 0); in SelectVLD() 1820 ResTy, AddrTy, MVT::Other, OpsA); in SelectVLD()
|
D | ARMInstrFormats.td | 1970 string Dt, ValueType ResTy, ValueType OpTy, list<dag> pattern> 2079 string OpcodeStr, string Dt, ValueType ResTy, ValueType OpTy,
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | CallAndMessageChecker.cpp | 396 QualType ResTy = msg.getResultType(); in emitNilReceiverBug() local 402 if (ResTy->isReferenceType()) { in emitNilReceiverBug()
|
/external/llvm/lib/Target/SystemZ/AsmParser/ |
D | SystemZAsmParser.cpp | 652 OperandMatchResultTy ResTy = MatchOperandParserImpl(Operands, Mnemonic); in parseOperand() local 653 if (ResTy == MatchOperand_Success) in parseOperand() 659 if (ResTy == MatchOperand_ParseFail) in parseOperand()
|
/external/llvm/lib/Target/AArch64/AsmParser/ |
D | AArch64AsmParser.cpp | 1176 OperandMatchResultTy ResTy = MatchOperandParserImpl(Operands, Mnemonic); in ParseOperand() local 1179 if (ResTy != MatchOperand_NoMatch) in ParseOperand() 1180 return ResTy; in ParseOperand() 1261 OperandMatchResultTy ResTy = ParseRelocPrefix(RefKind); in ParseImmediate() local 1262 if (ResTy != MatchOperand_Success) in ParseImmediate() 1263 return ResTy; in ParseImmediate()
|
/external/clang/lib/Sema/ |
D | SemaTemplateInstantiate.cpp | 1160 QualType ResTy; in TransformPredefinedExpr() local 1162 ResTy = getSema().Context.WideCharTy.withConst(); in TransformPredefinedExpr() 1164 ResTy = getSema().Context.CharTy.withConst(); in TransformPredefinedExpr() 1165 ResTy = getSema().Context.getConstantArrayType(ResTy, LengthI, in TransformPredefinedExpr() 1168 new (getSema().Context) PredefinedExpr(E->getLocation(), ResTy, IT); in TransformPredefinedExpr()
|
D | SemaExpr.cpp | 2788 QualType ResTy; in ActOnPredefinedExpr() local 2790 ResTy = Context.DependentTy; in ActOnPredefinedExpr() 2796 ResTy = Context.WideCharTy.withConst(); in ActOnPredefinedExpr() 2798 ResTy = Context.CharTy.withConst(); in ActOnPredefinedExpr() 2799 ResTy = Context.getConstantArrayType(ResTy, LengthI, ArrayType::Normal, 0); in ActOnPredefinedExpr() 2801 return Owned(new (Context) PredefinedExpr(Loc, ResTy, IT)); in ActOnPredefinedExpr()
|
/external/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 2269 Type *ResTy = getTypeByID(Record[OpNum]); in ParseFunctionBody() local 2271 if (Opc == -1 || ResTy == 0) in ParseFunctionBody() 2273 I = CastInst::Create((Instruction::CastOps)Opc, Op, ResTy); in ParseFunctionBody() 2912 Type *ResTy = getTypeByID(Record[2]); in ParseFunctionBody() local 2913 if (!OpTy || !Op || !ResTy) in ParseFunctionBody() 2915 I = new VAArgInst(Op, ResTy); in ParseFunctionBody()
|
/external/llvm/lib/Analysis/ |
D | ConstantFolding.cpp | 517 Type *ResTy = cast<PointerType>(C->getType())->getElementType(); in ConstantFoldLoadFromConstPtr() local 519 return Constant::getNullValue(ResTy); in ConstantFoldLoadFromConstPtr() 521 return UndefValue::get(ResTy); in ConstantFoldLoadFromConstPtr()
|
/external/llvm/lib/Target/Mips/AsmParser/ |
D | MipsAsmParser.cpp | 941 OperandMatchResultTy ResTy = MatchOperandParserImpl(Operands, Mnemonic); in ParseOperand() local 942 if (ResTy == MatchOperand_Success) in ParseOperand() 947 if (ResTy == MatchOperand_ParseFail) in ParseOperand()
|
/external/clang/include/clang/AST/ |
D | Expr.h | 2900 BinaryOperator(Expr *lhs, Expr *rhs, Opcode opc, QualType ResTy, in BinaryOperator() argument 2903 : Expr(BinaryOperatorClass, ResTy, VK, OK, in BinaryOperator() 3049 BinaryOperator(Expr *lhs, Expr *rhs, Opcode opc, QualType ResTy, in BinaryOperator() argument 3052 : Expr(CompoundAssignOperatorClass, ResTy, VK, OK, in BinaryOperator()
|
/external/llvm/lib/Target/ARM/AsmParser/ |
D | ARMAsmParser.cpp | 4438 OperandMatchResultTy ResTy = MatchOperandParserImpl(Operands, Mnemonic); in parseOperand() local 4439 if (ResTy == MatchOperand_Success) in parseOperand() 4444 if (ResTy == MatchOperand_ParseFail) in parseOperand()
|