Searched defs:IsZExt (Results 1 – 9 of 9) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64FastISel.cpp | 304 bool IsZExt = isa<ZExtInst>(I); in isIntExtFree() local 1489 bool IsZExt) { in emitICmp() 3909 bool IsZExt = Outs[0].Flags.isZExt(); in selectRet() local 4092 uint64_t Shift, bool IsZExt) { in emitLSL_ri() 4195 uint64_t Shift, bool IsZExt) { in emitLSR_ri() 4311 uint64_t Shift, bool IsZExt) { in emitASR_ri() 4391 bool IsZExt) { in emitIntExt() 4516 bool IsZExt = isa<ZExtInst>(I); in optimizeIntExtLoad() local 4573 bool IsZExt = isa<ZExtInst>(I); in selectIntExt() local 4659 bool IsZExt = true; in selectMul() local [all …]
|
| H A D | AArch64ISelLowering.cpp | 16542 bool IsZExt = false; in performVecReduceAddCombineWithUADDLP() local
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCFastISel.cpp | 450 bool IsZExt, unsigned FP64LoadOpc) { in PPCEmitLoad() 818 bool IsZExt, unsigned DestReg, in PPCEmitCmp() 1808 unsigned DestReg, bool IsZExt) { in PPCEmitIntExt() 1905 bool IsZExt = isa<ZExtInst>(I); in SelectIntExt() local 2308 bool IsZExt = false; in tryToFoldLoadIntoMI() local
|
| H A D | PPCInstrInfo.cpp | 5197 bool IsZExt = definedByZeroExtendingOp(Reg, MRI); in isSignOrZeroExtended() local
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsFastISel.cpp | 1751 bool IsZExt = Outs[0].Flags.isZExt(); in selectRet() local 1889 unsigned DestReg, bool IsZExt) { in emitIntExt() 1976 bool IsZExt = Opcode == Instruction::LShr; in selectShift() local
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | MachineFrameInfo.h | 540 void setObjectZExt(int ObjectIdx, bool IsZExt) { in setObjectZExt()
|
| H A D | TargetLowering.h | 301 bool IsZExt : 1; variable
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstructionCombining.cpp | 1026 bool IsZExt = isa<ZExtInst>(CastOp); in foldBinOpOfSelectAndCastOfSelectCondition() local 3340 bool IsZExt = isa<ZExtInst>(Cond); in visitSwitchInst() local
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVISelDAGToDAG.cpp | 783 bool IsZExt = (Ld->getExtensionType() == ISD::ZEXTLOAD); in tryIndexedLoad() local
|