Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DARMRegisterBankInfo.cpp403 LLT Ty1 = MRI.getType(MI.getOperand(2).getReg()); in getInstrMapping() local
424 LLT Ty1 = MRI.getType(MI.getOperand(1).getReg()); in getInstrMapping() local
439 LLT Ty1 = MRI.getType(MI.getOperand(1).getReg()); in getInstrMapping() local
H A DARMISelLowering.cpp19214 bool ARMTargetLowering::allowTruncateForTailCall(Type *Ty1, Type *Ty2) const { in allowTruncateForTailCall()
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86RegisterBankInfo.cpp217 const LLT Ty1 = MRI.getType(Op1.getReg()); in getInstrMapping() local
226 LLT Ty1 = MRI.getType(MI.getOperand(2).getReg()); in getInstrMapping() local
246 const LLT Ty1 = MRI.getType(Op1.getReg()); in getInstrMapping() local
H A DX86ISelLowering.cpp34939 bool X86TargetLowering::isTruncateFree(Type *Ty1, Type *Ty2) const { in isTruncateFree()
34947 bool X86TargetLowering::allowTruncateForTailCall(Type *Ty1, Type *Ty2) const { in allowTruncateForTailCall()
34982 bool X86TargetLowering::isZExtFree(Type *Ty1, Type *Ty2) const { in isZExtFree()
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DAliasAnalysisEvaluator.cpp42 Type *Ty1 = Loc1.second, *Ty2 = Loc2.second; in PrintResults() local
H A DTargetTransformInfo.cpp481 bool TargetTransformInfo::isTruncateFree(Type *Ty1, Type *Ty2) const { in isTruncateFree()
/openbsd-src/gnu/llvm/llvm/lib/Target/BPF/
H A DBPFISelLowering.cpp192 bool BPFTargetLowering::isTruncateFree(Type *Ty1, Type *Ty2) const { in isTruncateFree()
208 bool BPFTargetLowering::isZExtFree(Type *Ty1, Type *Ty2) const { in isZExtFree()
/openbsd-src/gnu/llvm/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.cpp1390 bool MSP430TargetLowering::isTruncateFree(Type *Ty1, in isTruncateFree()
1406 bool MSP430TargetLowering::isZExtFree(Type *Ty1, Type *Ty2) const { in isZExtFree()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationLegality.cpp401 static Type *getWiderType(const DataLayout &DL, Type *Ty0, Type *Ty1) { in getWiderType()
H A DSLPVectorizer.cpp679 Type *Ty1 = Op1->getType(); in getSameOpcode() local
695 Type *Ty1 = Inst->getOperand(0)->getType(); in getSameOpcode() local
5648 Type *Ty1 = VL0->getOperand(1)->getType(); in buildTree_rec() local
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.cpp556 Type *Ty1, Type *Ty2) { in vectorCostAdjustmentFactor()
H A DPPCISelLowering.cpp16826 bool PPCTargetLowering::isTruncateFree(Type *Ty1, Type *Ty2) const { in isTruncateFree()
/openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.cpp638 static unsigned getElSizeLog2Diff(Type *Ty0, Type *Ty1) { in getElSizeLog2Diff()
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp2133 bool HexagonTargetLowering::isTruncateFree(Type *Ty1, Type *Ty2) const { in isTruncateFree()
3064 HexagonTargetLowering::allowTruncateForTailCall(Type *Ty1, Type *Ty2) const { in allowTruncateForTailCall()
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h396 bool isTruncateFree(Type *Ty1, Type *Ty2) { in isTruncateFree()
H A DTargetLowering.h1897 virtual bool isConstantUnsignedBitfieldExtractLegal(unsigned Opc, LLT Ty1, in isConstantUnsignedBitfieldExtractLegal()
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h316 bool isTruncateFree(Type *Ty1, Type *Ty2) const { return false; } in isTruncateFree()
H A DTargetTransformInfo.h2135 bool isTruncateFree(Type *Ty1, Type *Ty2) override { in isTruncateFree()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMachineVerifier.cpp933 bool MachineVerifier::verifyVectorElementMatch(LLT Ty0, LLT Ty1, in verifyVectorElementMatch()
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.cpp4961 unsigned Opc, LLT Ty1, LLT Ty2) const { in isConstantUnsignedBitfieldExtractLegal()
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp13608 bool AArch64TargetLowering::isTruncateFree(Type *Ty1, Type *Ty2) const { in isTruncateFree()
13652 bool AArch64TargetLowering::isZExtFree(Type *Ty1, Type *Ty2) const { in isZExtFree()
23958 unsigned Opc, LLT Ty1, LLT Ty2) const { in isConstantUnsignedBitfieldExtractLegal()
/openbsd-src/gnu/llvm/llvm/lib/AsmParser/
H A DLLParser.cpp977 static std::string typeComparisonErrorMessage(StringRef Message, Type *Ty1, in typeComparisonErrorMessage()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp2373 Type *Ty1 = VT1.getTypeForEVT(*getContext()); in CreateStackTemporary() local