/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMRegisterBankInfo.cpp | 400 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 D | ARMISelLowering.cpp | 19450 bool ARMTargetLowering::allowTruncateForTailCall(Type *Ty1, Type *Ty2) const { in allowTruncateForTailCall()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86RegisterBankInfo.cpp |
|
H A D | X86ISelLowering.cpp | 34186 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 D | SPIRVUtils.h | 191 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 D | X86RegisterBankInfo.cpp | 332 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 D | AliasAnalysisEvaluator.cpp | 40 Type *Ty1 = Loc1.second, *Ty2 = Loc2.second; in PrintResults() local
|
H A D | TargetTransformInfo.cpp | 559 bool TargetTransformInfo::isTruncateFree(Type *Ty1, Type *Ty2) const { in isTruncateFree()
|
H A D | ConstantFolding.cpp | 3420 Type *Ty1 = StTy->getContainedType(1)->getScalarType(); in ConstantFoldStructCall() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/ |
H A D | BPFISelLowering.cpp | 197 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 D | MSP430ISelLowering.cpp | 1386 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 D | PPCTargetTransformInfo.cpp | 554 Type *Ty1, Type *Ty2) { in vectorCostAdjustmentFactor()
|
H A D | PPCISelLowering.cpp | 17387 bool PPCTargetLowering::isTruncateFree(Type *Ty1, Type *Ty2) const { in isTruncateFree()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | LoopVectorizationLegality.cpp | 406 static Type *getWiderType(const DataLayout &DL, Type *Ty0, Type *Ty1) { in getWiderType()
|
H A D | SLPVectorizer.cpp | 820 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 D | SystemZTargetTransformInfo.cpp | 647 static unsigned getElSizeLog2Diff(Type *Ty0, Type *Ty1) { in getElSizeLog2Diff()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonISelLowering.cpp | 2159 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 D | TargetTransformInfoImpl.h | 354 bool isTruncateFree(Type *Ty1, Type *Ty2) const { return false; } in isTruncateFree()
|
H A D | TargetTransformInfo.h | 2459 bool isTruncateFree(Type *Ty1, Type *Ty2) override { in isTruncateFree()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | BasicTTIImpl.h | 424 bool isTruncateFree(Type *Ty1, Type *Ty2) { in isTruncateFree()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | MachineVerifier.cpp | 994 bool MachineVerifier::verifyVectorElementMatch(LLT Ty0, LLT Ty1, in verifyVectorElementMatch()
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | Verifier.cpp | 6306 Type *Ty1 = Call.getArgOperand(1)->getType(); in visitIntrinsicCall() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.cpp | 15743 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 D | SelectionDAG.cpp | 2520 Type *Ty1 = VT1.getTypeForEVT(*getContext()); in CreateStackTemporary() local
|