Home
last modified time | relevance | path

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

123

/external/llvm/lib/Target/Mips/
DMipsSEISelLowering.cpp1374 EVT ResTy = Op->getValueType(0); in lowerMSACopyIntr() local
1498 EVT ResTy = Op->getValueType(0); in lowerMSABitClear() local
1509 EVT ResTy = Op->getValueType(0); in lowerMSABitClearImm() local
1856 EVT ResTy = Op->getValueType(0); in lowerINTRINSIC_WO_CHAIN() local
1867 EVT ResTy = Op->getValueType(0); in lowerINTRINSIC_WO_CHAIN() local
1888 EVT ResTy = Op->getValueType(0); in lowerINTRINSIC_WO_CHAIN() local
1957 EVT ResTy = Op->getValueType(0); in lowerINTRINSIC_WO_CHAIN() local
1966 EVT ResTy = Op->getValueType(0); in lowerINTRINSIC_WO_CHAIN() local
2041 EVT ResTy = Op->getValueType(0); in lowerINTRINSIC_WO_CHAIN() local
2180 EVT ResTy = Op->getValueType(0); in lowerMSALoadIntr() local
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsSEISelLowering.cpp413 EVT ResTy = Op->getValueType(0); in lowerSELECT() local
1366 EVT ResTy = Op->getValueType(0); in lowerMSACopyIntr() local
1510 EVT ResTy = Op->getValueType(0); in truncateVecElts() local
1522 EVT ResTy = Op->getValueType(0); in lowerMSABitClear() local
1533 EVT ResTy = Op->getValueType(0); in lowerMSABitClearImm() local
1882 EVT ResTy = Op->getValueType(0); in lowerINTRINSIC_WO_CHAIN() local
1893 EVT ResTy = Op->getValueType(0); in lowerINTRINSIC_WO_CHAIN() local
1992 EVT ResTy = Op->getValueType(0); in lowerINTRINSIC_WO_CHAIN() local
2001 EVT ResTy = Op->getValueType(0); in lowerINTRINSIC_WO_CHAIN() local
2076 EVT ResTy = Op->getValueType(0); in lowerINTRINSIC_WO_CHAIN() local
[all …]
DMipsSEISelDAGToDAG.cpp905 MVT ResTy = Node->getSimpleValueType(0); in trySelect() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonISelLoweringHVX.cpp208 HexagonTargetLowering::getInt(unsigned IntId, MVT ResTy, ArrayRef<SDValue> Ops, in getInt()
330 MVT ResTy = tyVector(OpTy, MVT::i8); in getByteShuffle() local
665 const SDLoc &dl, MVT ResTy, SelectionDAG &DAG) const { in extractHvxElementReg()
689 const SDLoc &dl, MVT ResTy, SelectionDAG &DAG) const { in extractHvxElementPred()
769 const SDLoc &dl, MVT ResTy, SelectionDAG &DAG) const { in extractHvxSubvectorReg()
814 const SDLoc &dl, MVT ResTy, SelectionDAG &DAG) const { in extractHvxSubvectorPred()
1010 MVT ResTy, bool ZeroExt, SelectionDAG &DAG) const { in extendHvxVectorPred()
1210 MVT ResTy = ty(Op); in LowerHvxAnyExt() local
1220 MVT ResTy = ty(Op); in LowerHvxSignExt() local
1230 MVT ResTy = ty(Op); in LowerHvxZeroExt() local
[all …]
DHexagonISelDAGToDAG.h127 SDValue selectUndef(const SDLoc &dl, MVT ResTy) { in selectUndef()
DHexagonISelDAGToDAG.cpp772 MVT ResTy = N->getValueType(0).getSimpleVT(); in SelectVAlign() local
834 MVT ResTy = N->getValueType(0).getSimpleVT(); in SelectP2D() local
842 MVT ResTy = N->getValueType(0).getSimpleVT(); in SelectD2P() local
851 MVT ResTy = N->getValueType(0).getSimpleVT(); in SelectV2Q() local
865 MVT ResTy = N->getValueType(0).getSimpleVT(); in SelectQ2V() local
DHexagonISelDAGToDAGHVX.cpp1362 MVT ResTy, SDValue Va, SDValue Vb, in scalarizeShuffle()
1507 MVT ResTy = getSingleVT(MVT::i8); in contracting() local
1950 MVT ResTy = getSingleVT(MVT::i8); in butterfly() local
2007 MVT ResTy = N->getValueType(0).getSimpleVT(); in selectShuffle() local
DHexagonISelLowering.cpp869 MVT ResTy = ty(Op); in LowerSETCC() local
2135 MVT ResTy = ty(Op); in LowerBITCAST() local
2327 const SDLoc &dl, MVT ValTy, MVT ResTy, in extractVector()
/external/llvm/lib/Target/Mips/AsmParser/
DMipsAsmParser.cpp4122 OperandMatchResultTy ResTy = MatchOperandParserImpl(Operands, Mnemonic); in parseOperand() local
4171 OperandMatchResultTy ResTy = parseImm(Operands); in parseOperand() local
4296 OperandMatchResultTy ResTy = parseAnyRegister(Operands); in ParseRegister() local
4449 OperandMatchResultTy ResTy = in searchSymbolAlias() local
4527 OperandMatchResultTy ResTy = in matchAnyRegisterWithoutDollar() local
4563 OperandMatchResultTy ResTy = matchAnyRegisterWithoutDollar(Operands, S); in parseAnyRegister() local
4604 OperandMatchResultTy ResTy = parseImm(Operands); in parseJumpTarget() local
5427 OperandMatchResultTy ResTy = parseAnyRegister(Reg); in parseDirectiveCpLoad() local
5501 OperandMatchResultTy ResTy = parseAnyRegister(TmpReg); in parseDirectiveCPSetup() local
6153 OperandMatchResultTy ResTy = parseAnyRegister(TmpReg); in ParseDirective() local
/external/llvm/lib/Target/Sparc/AsmParser/
DSparcAsmParser.cpp747 OperandMatchResultTy ResTy = parseSparcAsmOperand(Offset); in parseMEMOperand() local
761 OperandMatchResultTy ResTy = MatchOperandParserImpl(Operands, Mnemonic); in parseOperand() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/AsmParser/
DMipsAsmParser.cpp6148 OperandMatchResultTy ResTy = MatchOperandParserImpl(Operands, Mnemonic); in parseOperand() local
6206 OperandMatchResultTy ResTy = parseAnyRegister(Operands); in ParseRegister() local
6386 OperandMatchResultTy ResTy = in searchSymbolAlias() local
6402 OperandMatchResultTy ResTy = in searchSymbolAlias() local
6483 OperandMatchResultTy ResTy = in matchAnyRegisterWithoutDollar() local
6532 OperandMatchResultTy ResTy = matchAnyRegisterWithoutDollar(Operands, S); in parseAnyRegister() local
6548 OperandMatchResultTy ResTy = parseAnyRegister(Operands); in parseJumpTarget() local
7428 OperandMatchResultTy ResTy = parseAnyRegister(Reg); in parseDirectiveCpLoad() local
7457 OperandMatchResultTy ResTy = parseAnyRegister(Reg); in parseDirectiveCpLocal() local
7536 OperandMatchResultTy ResTy = parseAnyRegister(TmpReg); in parseDirectiveCPSetup() local
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/AsmParser/
DSparcAsmParser.cpp744 OperandMatchResultTy ResTy = parseSparcAsmOperand(Offset); in parseMEMOperand() local
804 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/
DCodeGenFunction.cpp956 QualType ResTy = FD->getReturnType(); in BuildFunctionArgList() local
1003 QualType ResTy = BuildFunctionArgList(GD, Args); in GenerateCode() local
DCGExprScalar.cpp832 llvm::Type *ResTy = DstTy; in EmitScalarConversion() local
3047 llvm::Type *ResTy = ConvertType(E->getType()); in VisitBinLAnd() local
3125 llvm::Type *ResTy = ConvertType(E->getType()); in VisitBinLOr() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DMachineIRBuilder.cpp540 LLT ResTy = getMRI()->getType(Res); in buildSequence() local
929 void MachineIRBuilder::validateSelectOp(const LLT &ResTy, const LLT &TstTy, in validateSelectOp()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/AsmParser/
DSystemZAsmParser.cpp1063 OperandMatchResultTy ResTy; in ParseDirectiveInsn() local
1187 OperandMatchResultTy ResTy = MatchOperandParserImpl(Operands, Mnemonic); in parseOperand() local
/external/llvm/lib/Transforms/Instrumentation/
DMemorySanitizer.cpp2272 Type *ResTy = isX86_MMX ? IntegerType::get(*MS.C, 64) : I.getType(); in handleVectorSadIntrinsic() local
2291 Type *ResTy = isX86_MMX ? getMMXVectorTy(EltSizeInBits * 2) : I.getType(); in handleVectorPmaddIntrinsic() local
2307 Type *ResTy = getShadowTy(&I); in handleVectorComparePackedIntrinsic() local
/external/llvm/lib/Target/SystemZ/AsmParser/
DSystemZAsmParser.cpp743 OperandMatchResultTy ResTy = MatchOperandParserImpl(Operands, Mnemonic); in parseOperand() local
/external/llvm/lib/Analysis/
DConstantFolding.cpp749 Type *ResTy = GEP->getType(); in SymbolicallyEvaluateGEP() local
DScalarEvolutionExpander.cpp1356 Type *ResTy = Result->getType(); in expandAddRecExprLiterally() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DMemorySanitizer.cpp2813 Type *ResTy = isX86_MMX ? IntegerType::get(*MS.C, 64) : I.getType(); in handleVectorSadIntrinsic() local
2832 Type *ResTy = isX86_MMX ? getMMXVectorTy(EltSizeInBits * 2) : I.getType(); in handleVectorPmaddIntrinsic() local
2848 Type *ResTy = getShadowTy(&I); in handleVectorComparePackedIntrinsic() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp554 Type *ResTy = II.getType(); in simplifyX86pack() local
619 Type *ResTy = II.getType(); in simplifyX86movmsk() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DConstantFolding.cpp830 Type *ResTy = GEP->getType(); in SymbolicallyEvaluateGEP() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMISelDAGToDAG.cpp2047 EVT ResTy; in SelectVLD() local
2740 EVT ResTy = EVT::getVectorVT(*CurDAG->getContext(), MVT::i64, ResTyElts); in SelectVLDDup() local

123