Searched refs:buildNot (Results 1 – 5 of 5) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/ |
| H A D | AArch64PostLegalizerLowering.cpp | 936 return MIB.buildNot(DstTy, FCmp).getReg(0); in getVectorFCMP() 1045 CmpRes = MIB.buildNot(DstTy, CmpRes).getReg(0); in applyLowerVectorFCMP()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| H A D | CombinerHelper.cpp | 3395 auto Not = Builder.buildNot(MRI.getType(X), X); in applyXorOfAndWithSameReg() 6399 B.buildNot(Inner, Cond); in tryFoldSelectOfConstants() 6410 B.buildNot(Inner, Cond); in tryFoldSelectOfConstants() 6467 B.buildNot(Not, Cond); in tryFoldSelectOfConstants() 6529 B.buildNot(Inner, Cond); in tryFoldBoolSelectToLogic() 6544 B.buildNot(Inner, Cond); in tryFoldBoolSelectToLogic()
|
| H A D | LegalizerHelper.cpp | 3222 auto InvShiftedMask = B.buildNot(TargetTy, ShiftedMask); in buildBitFieldInsert() 6248 Z = MIRBuilder.buildNot(ShTy, Z).getReg(0); in lowerFunnelShiftWithInverse() 6286 auto NotZ = MIRBuilder.buildNot(ShTy, Z); in lowerFunnelShiftAsShifts() 7551 Register Not = IsAdd ? MIRBuilder.buildNot(Ty, LHS).getReg(0) : LHS; in lowerAddSubSatToMinMax() 7994 auto NotMask = MIRBuilder.buildNot(MaskTy, MaskReg); in lowerSelect()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
| H A D | MachineIRBuilder.h | 1710 MachineInstrBuilder buildNot(const DstOp &Dst, const SrcOp &Src0) { in buildNot() function
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPULegalizerInfo.cpp | 2446 auto Not = B.buildNot(S64, Shr); in legalizeIntrinsicTrunc()
|