Searched defs:IsZExt (Results 1 – 10 of 10) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64FastISel.cpp | 299 bool IsZExt = isa<ZExtInst>(I); in isIntExtFree() local 1162 bool WantResult, bool IsZExt) { in emitAddSub() 1462 bool AArch64FastISel::emitCmp(const Value *LHS, const Value *RHS, bool IsZExt) { in emitCmp() 1485 bool IsZExt) { in emitICmp() 1531 bool SetFlags, bool WantResult, bool IsZExt) { in emitAdd() 1560 bool SetFlags, bool WantResult, bool IsZExt) { in emitSub() 3921 bool IsZExt = Outs[0].Flags.isZExt(); in selectRet() local 4012 Register AArch64FastISel::emiti1Ext(Register SrcReg, MVT DestVT, bool IsZExt) { in emiti1Ext() 4107 uint64_t Shift, bool IsZExt) { in emitLSL_ri() 4211 uint64_t Shift, bool IsZExt) { in emitLSR_ri() [all …]
|
| H A D | AArch64ISelLowering.cpp | 18140 bool IsZExt = false; in performVecReduceAddCombineWithUADDLP() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCFastISel.cpp | 438 bool IsZExt, unsigned FP64LoadOpc) { in PPCEmitLoad() 806 bool IsZExt, Register DestReg, in PPCEmitCmp() 1795 Register DestReg, bool IsZExt) { in PPCEmitIntExt() 1892 bool IsZExt = isa<ZExtInst>(I); in SelectIntExt() local 2303 bool IsZExt = false; in tryToFoldLoadIntoMI() local
|
| H A D | PPCInstrInfo.cpp | 5500 bool IsZExt = definedByZeroExtendingOp(Reg, MRI); in isSignOrZeroExtended() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsFastISel.cpp | 1763 bool IsZExt = Outs[0].Flags.isZExt(); in selectRet() local 1901 unsigned DestReg, bool IsZExt) { in emitIntExt() 1991 bool IsZExt = Opcode == Instruction::LShr; in selectShift() local
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | MachineFrameInfo.h | 544 void setObjectZExt(int ObjectIdx, bool IsZExt) { in setObjectZExt()
|
| H A D | TargetLowering.h | 306 bool IsZExt : 1; variable
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/ |
| H A D | AArch64PostLegalizerCombiner.cpp | 539 bool IsZExt = get<0>(MatchInfo); in applyExtMulToMULL() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstructionCombining.cpp | 1077 bool IsZExt = isa<ZExtInst>(CastOp); in foldBinOpOfSelectAndCastOfSelectCondition() local 4190 bool IsZExt = isa<ZExtInst>(Cond); in visitSwitchInst() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVISelDAGToDAG.cpp | 855 bool IsZExt = (Ld->getExtensionType() == ISD::ZEXTLOAD); in tryIndexedLoad() local
|