Home
last modified time | relevance | path

Searched defs:IsZExt (Results 1 – 9 of 9) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp304 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 DAArch64ISelLowering.cpp16542 bool IsZExt = false; in performVecReduceAddCombineWithUADDLP() local
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCFastISel.cpp450 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 DPPCInstrInfo.cpp5197 bool IsZExt = definedByZeroExtendingOp(Reg, MRI); in isSignOrZeroExtended() local
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsFastISel.cpp1751 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 DMachineFrameInfo.h540 void setObjectZExt(int ObjectIdx, bool IsZExt) { in setObjectZExt()
H A DTargetLowering.h301 bool IsZExt : 1; variable
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp1026 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 DRISCVISelDAGToDAG.cpp783 bool IsZExt = (Ld->getExtensionType() == ISD::ZEXTLOAD); in tryIndexedLoad() local