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

/freebsd-13-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-13-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSValBuilder.h97 bool haveSameType(QualType Ty1, QualType Ty2) { argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMRegisterBankInfo.cpp402 LLT Ty1 = MRI.getType(MI.getOperand(2).getReg()); local
423 LLT Ty1 = MRI.getType(MI.getOperand(1).getReg()); local
438 LLT Ty1 = MRI.getType(MI.getOperand(1).getReg()); local
H A DARMISelLowering.cpp16425 bool ARMTargetLowering::allowTruncateForTailCall(Type *Ty1, Type *Ty2) const { argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationLegality.cpp384 static Type *getWiderType(const DataLayout &DL, Type *Ty0, Type *Ty1) { argument
H A DSLPVectorizer.cpp423 Type *Ty1 = cast<Instruction>(VL[Cnt])->getOperand(0)->getType(); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFISelLowering.cpp174 bool BPFTargetLowering::isTruncateFree(Type *Ty1, Type *Ty2) const { argument
190 bool BPFTargetLowering::isZExtFree(Type *Ty1, Type *Ty2) const { argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DUtils.cpp513 LLT llvm::getLCMType(LLT Ty0, LLT Ty1) { argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.cpp731 int PPCTTIImpl::vectorCostAdjustment(int Cost, unsigned Opcode, Type *Ty1, argument
H A DPPCISelLowering.cpp16296 bool PPCTargetLowering::isTruncateFree(Type *Ty1, Type *Ty2) const { argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.cpp581 static unsigned getElSizeLog2Diff(Type *Ty0, Type *Ty1) { argument
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h282 bool isTruncateFree(Type *Ty1, Type *Ty2) { argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.cpp1390 bool MSP430TargetLowering::isTruncateFree(Type *Ty1, argument
1405 bool MSP430TargetLowering::isZExtFree(Type *Ty1, Type *Ty2) const { argument
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h232 bool isTruncateFree(Type *Ty1, Type *Ty2) { return false; } argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineVerifier.cpp838 bool MachineVerifier::verifyVectorElementMatch(LLT Ty0, LLT Ty1, argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp443 bool TargetTransformInfo::isTruncateFree(Type *Ty1, Type *Ty2) const { argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp2032 bool HexagonTargetLowering::isTruncateFree(Type *Ty1, Type *Ty2) const { argument
2813 HexagonTargetLowering::allowTruncateForTailCall(Type *Ty1, Type *Ty2) const { argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp9529 bool AArch64TargetLowering::isTruncateFree(Type *Ty1, Type *Ty2) const { argument
9574 bool AArch64TargetLowering::isZExtFree(Type *Ty1, Type *Ty2) const { argument

Completed in 501 milliseconds