Home
last modified time | relevance | path

Searched defs:Ty1 (Results 1 – 24 of 24) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMRegisterBankInfo.cpp400 LLT Ty1 = MRI.getType(MI.getOperand(2).getReg()); in getInstrMapping() local
421 LLT Ty1 = MRI.getType(MI.getOperand(1).getReg()); in getInstrMapping() local
436 LLT Ty1 = MRI.getType(MI.getOperand(1).getReg()); in getInstrMapping() local
H A DARMISelLowering.cpp19450 bool ARMTargetLowering::allowTruncateForTailCall(Type *Ty1, Type *Ty2) const { in allowTruncateForTailCall()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86RegisterBankInfo.cpp
H A DX86ISelLowering.cpp34186 bool X86TargetLowering::isTruncateFree(Type *Ty1, Type *Ty2) const { in isTruncateFree()
34194 bool X86TargetLowering::allowTruncateForTailCall(Type *Ty1, Type *Ty2) const { in allowTruncateForTailCall()
34229 bool X86TargetLowering::isZExtFree(Type *Ty1, Type *Ty2) const { in isZExtFree()
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVUtils.h191 inline bool isUntypedEquivalentToTyExt(Type *Ty1, Type *Ty2) { in isUntypedEquivalentToTyExt()
203 inline bool isEquivalentTypes(Type *Ty1, Type *Ty2) { in isEquivalentTypes()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/GISel/
H A DX86RegisterBankInfo.cpp332 const LLT Ty1 = MRI.getType(Op1.getReg()); in getInstrMapping() local
341 LLT Ty1 = MRI.getType(MI.getOperand(2).getReg()); in getInstrMapping() local
361 const LLT Ty1 = MRI.getType(Op1.getReg()); in getInstrMapping() local
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DAliasAnalysisEvaluator.cpp40 Type *Ty1 = Loc1.second, *Ty2 = Loc2.second; in PrintResults() local
H A DTargetTransformInfo.cpp559 bool TargetTransformInfo::isTruncateFree(Type *Ty1, Type *Ty2) const { in isTruncateFree()
H A DConstantFolding.cpp3420 Type *Ty1 = StTy->getContainedType(1)->getScalarType(); in ConstantFoldStructCall() local
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFISelLowering.cpp197 bool BPFTargetLowering::isTruncateFree(Type *Ty1, Type *Ty2) const { in isTruncateFree()
213 bool BPFTargetLowering::isZExtFree(Type *Ty1, Type *Ty2) const { in isZExtFree()
/freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.cpp1386 bool MSP430TargetLowering::isTruncateFree(Type *Ty1, in isTruncateFree()
1402 bool MSP430TargetLowering::isZExtFree(Type *Ty1, Type *Ty2) const { in isZExtFree()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.cpp554 Type *Ty1, Type *Ty2) { in vectorCostAdjustmentFactor()
H A DPPCISelLowering.cpp17387 bool PPCTargetLowering::isTruncateFree(Type *Ty1, Type *Ty2) const { in isTruncateFree()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationLegality.cpp406 static Type *getWiderType(const DataLayout &DL, Type *Ty0, Type *Ty1) { in getWiderType()
H A DSLPVectorizer.cpp820 Type *Ty1 = Op1->getType(); in getSameOpcode() local
836 Type *Ty1 = Inst->getOperand(0)->getType(); in getSameOpcode() local
6464 Type *Ty1 = VL0->getOperand(1)->getType(); in getScalarsVectorizationState() local
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.cpp647 static unsigned getElSizeLog2Diff(Type *Ty0, Type *Ty1) { in getElSizeLog2Diff()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp2159 bool HexagonTargetLowering::isTruncateFree(Type *Ty1, Type *Ty2) const { in isTruncateFree() argument
3089 HexagonTargetLowering::allowTruncateForTailCall(Type *Ty1, Type *Ty2) const { in allowTruncateForTailCall() argument
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h354 bool isTruncateFree(Type *Ty1, Type *Ty2) const { return false; } in isTruncateFree()
H A DTargetTransformInfo.h2459 bool isTruncateFree(Type *Ty1, Type *Ty2) override { in isTruncateFree()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h424 bool isTruncateFree(Type *Ty1, Type *Ty2) { in isTruncateFree()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineVerifier.cpp994 bool MachineVerifier::verifyVectorElementMatch(LLT Ty0, LLT Ty1, in verifyVectorElementMatch()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DVerifier.cpp6306 Type *Ty1 = Call.getArgOperand(1)->getType(); in visitIntrinsicCall() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp15743 bool AArch64TargetLowering::isTruncateFree(Type *Ty1, Type *Ty2) const { in isTruncateFree()
15787 bool AArch64TargetLowering::isZExtFree(Type *Ty1, Type *Ty2) const { in isZExtFree()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp2520 Type *Ty1 = VT1.getTypeForEVT(*getContext()); in CreateStackTemporary() local