Searched refs:buildNot (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/ |
| H A D | AArch64PostLegalizerLowering.cpp | 946 return MIB.buildNot(DstTy, FCmp).getReg(0); in getVectorFCMP() 1038 CmpRes = MIB.buildNot(DstTy, CmpRes).getReg(0); in applyLowerVectorFCMP()
|
| H A D | AArch64LegalizerInfo.cpp | 1556 MIRBuilder.buildNot(DstReg, CmpReg); in legalizeICMP()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| H A D | CombinerHelper.cpp | 3689 auto Not = Builder.buildNot(MRI.getType(X), X); in applyXorOfAndWithSameReg() 7024 B.buildNot(Inner, Cond); in tryFoldSelectOfConstants() 7035 B.buildNot(Inner, Cond); in tryFoldSelectOfConstants() 7082 B.buildNot(Not, Cond); in tryFoldSelectOfConstants() 7109 B.buildNot(Not, Cond); in tryFoldSelectOfConstants() 7173 B.buildNot(Inner, Cond); in tryFoldBoolSelectToLogic() 7189 B.buildNot(Inner, Cond); in tryFoldBoolSelectToLogic()
|
| H A D | LegalizerHelper.cpp | 3758 auto InvShiftedMask = B.buildNot(TargetTy, ShiftedMask); in buildBitFieldInsert() 7304 Z = MIRBuilder.buildNot(ShTy, Z).getReg(0); in lowerFunnelShiftWithInverse() 7342 auto NotZ = MIRBuilder.buildNot(ShTy, Z); in lowerFunnelShiftAsShifts() 8962 Register Not = IsAdd ? MIRBuilder.buildNot(Ty, LHS).getReg(0) : LHS; in lowerAddSubSatToMinMax() 9459 auto NotMask = MIRBuilder.buildNot(MaskTy, MaskReg); in lowerSelect()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
| H A D | MachineIRBuilder.h | 1989 MachineInstrBuilder buildNot(const DstOp &Dst, const SrcOp &Src0) { in buildNot() function
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPULegalizerInfo.cpp | 2592 auto Not = B.buildNot(S64, Shr); in legalizeIntrinsicTrunc()
|