Searched defs:Ty1 (Results 1 - 16 of 16) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86RegisterBankInfo.cpp216 const LLT Ty1 = MRI.getType(Op1.getReg()); local
225 LLT Ty1 = MRI.getType(MI.getOperand(2).getReg()); local
245 const LLT Ty1 = MRI.getType(Op1.getReg()); local
[all...]
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSValBuilder.h97 bool haveSameType(QualType Ty1, QualType Ty2) { argument
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMRegisterBankInfo.cpp400 LLT Ty1 = MRI.getType(MI.getOperand(2).getReg()); local
421 LLT Ty1 = MRI.getType(MI.getOperand(1).getReg()); local
436 LLT Ty1 = MRI.getType(MI.getOperand(1).getReg()); local
H A DARMISelLowering.cpp15043 bool ARMTargetLowering::allowTruncateForTailCall(Type *Ty1, Type *Ty2) const { argument
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationLegality.cpp381 static Type *getWiderType(const DataLayout &DL, Type *Ty0, Type *Ty1) { argument
H A DSLPVectorizer.cpp422 Type *Ty1 = cast<Instruction>(VL[Cnt])->getOperand(0)->getType(); local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.cpp709 int PPCTTIImpl::vectorCostAdjustment(int Cost, unsigned Opcode, Type *Ty1, argument
H A DPPCISelLowering.cpp15214 bool PPCTargetLowering::isTruncateFree(Type *Ty1, Type *Ty2) const { argument
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.cpp551 static unsigned getElSizeLog2Diff(Type *Ty0, Type *Ty1) { argument
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineVerifier.cpp896 bool MachineVerifier::verifyVectorElementMatch(LLT Ty0, LLT Ty1, argument
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h304 bool isTruncateFree(Type *Ty1, Type *Ty2) { return false; } argument
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h274 bool isTruncateFree(Type *Ty1, Type *Ty2) { argument
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.cpp1392 bool MSP430TargetLowering::isTruncateFree(Type *Ty1, argument
1407 bool MSP430TargetLowering::isZExtFree(Type *Ty1, Type *Ty2) const { argument
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp364 bool TargetTransformInfo::isTruncateFree(Type *Ty1, Type *Ty2) const { argument
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp1898 bool HexagonTargetLowering::isTruncateFree(Type *Ty1, Type *Ty2) const { argument
2676 HexagonTargetLowering::allowTruncateForTailCall(Type *Ty1, Type *Ty2) const { argument
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp8840 bool AArch64TargetLowering::isTruncateFree(Type *Ty1, Type *Ty2) const { argument
8885 bool AArch64TargetLowering::isZExtFree(Type *Ty1, Type *Ty2) const { argument

Completed in 331 milliseconds