Home
last modified time | relevance | path

Searched refs:isSplit (Results 1 – 11 of 11) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/GlobalISel/
H A DRegBankSelect.h156 assert(!isSplit() && "Wrong pre-condition"); in getPoint()
175 assert(!isSplit() && "Wrong pre-condition"); in getInsertMBB()
188 virtual bool isSplit() const { return false; } in isSplit() function
229 bool isSplit() const override;
267 bool isSplit() const override { return false; } in isSplit() function
304 bool isSplit() const override { in isSplit() function
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DRegBankSelect.cpp550 if (!InsertPt->isSplit()) in computeMapping()
869 HasSplit |= Point.isSplit(); in addInsertPoint()
885 if (isSplit()) { in materialize()
906 bool RegBankSelect::InstrInsertPoint::isSplit() const { in isSplit() function in RegBankSelect::InstrInsertPoint
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DTargetCallingConv.h132 bool isSplit() const { return IsSplit; } in isSplit() function
/openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/
H A DSystemZCallingConv.h103 if (!ArgFlags.isSplit() && PendingMembers.empty()) in CC_SystemZ_I128Indirect()
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86CallingConv.cpp251 if (ArgFlags.isSplit() || !PendingMembers.empty()) { in CC_X86_32_MCUInReg()
/openbsd-src/gnu/llvm/llvm/include/llvm/Target/
H A DTargetCallingConv.td88 class CCIfSplit<CCAction A> : CCIf<"ArgFlags.isSplit()", A> {}
/openbsd-src/gnu/llvm/llvm/lib/Target/LoongArch/
H A DLoongArchISelLowering.cpp1960 if (ValVT.isScalarInteger() && (ArgFlags.isSplit() || !PendingLocs.empty())) { in CC_LoongArch()
/openbsd-src/gnu/llvm/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp2923 if (ArgFlags.isSplit()) { in CC_MipsO32()
/openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp12077 assert(!ArgFlags.isSplit() && PendingLocs.empty() && in CC_RISCV()
12105 if (ValVT.isScalarInteger() && (ArgFlags.isSplit() || !PendingLocs.empty())) { in CC_RISCV()
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp1889 if (Arg->Flags.isSplit()) { in processPSInputArgs()
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp3935 if (Flags.isSplit() && OrigVT != MVT::ppcf128) in CalculateStackSlotAlignment()