Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp303 bool IsZExt = isa<ZExtInst>(I); in isIntExtFree() local
1471 bool IsZExt) { in emitICmp()
3841 bool IsZExt = Outs[0].Flags.isZExt(); in selectRet() local
4024 uint64_t Shift, bool IsZExt) { in emitLSL_ri()
4127 uint64_t Shift, bool IsZExt) { in emitLSR_ri()
4243 uint64_t Shift, bool IsZExt) { in emitASR_ri()
4323 bool IsZExt) { in emitIntExt()
4448 bool IsZExt = isa<ZExtInst>(I); in optimizeIntExtLoad() local
4505 bool IsZExt = isa<ZExtInst>(I); in selectIntExt() local
4591 bool IsZExt = true; in selectMul() local
[all …]
H A DAArch64ISelLowering.cpp13819 bool IsZExt = false; in performVecReduceAddCombineWithUADDLP() local
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCFastISel.cpp452 bool IsZExt, unsigned FP64LoadOpc) { in PPCEmitLoad()
819 bool IsZExt, unsigned DestReg, in PPCEmitCmp()
1809 unsigned DestReg, bool IsZExt) { in PPCEmitIntExt()
1906 bool IsZExt = isa<ZExtInst>(I); in SelectIntExt() local
2309 bool IsZExt = false; in tryToFoldLoadIntoMI() local
/llvm-project-15.0.7/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
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DMachineFrameInfo.h532 void setObjectZExt(int ObjectIdx, bool IsZExt) { in setObjectZExt()
H A DTargetLowering.h288 bool IsZExt : 1; variable