Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp305 bool IsZExt = isa<ZExtInst>(I); in isIntExtFree() local
1167 bool WantResult, bool IsZExt) { in emitAddSub()
1467 bool AArch64FastISel::emitCmp(const Value *LHS, const Value *RHS, bool IsZExt) { in emitCmp()
1490 bool IsZExt) { in emitICmp()
1534 bool SetFlags, bool WantResult, bool IsZExt) { in emitAdd()
1563 bool SetFlags, bool WantResult, bool IsZExt) { in emitSub()
3923 bool IsZExt = Outs[0].Flags.isZExt(); in selectRet() local
4014 unsigned AArch64FastISel::emiti1Ext(unsigned SrcReg, MVT DestVT, bool IsZExt) { in emiti1Ext()
4106 uint64_t Shift, bool IsZExt) { in emitLSL_ri()
4209 uint64_t Shift, bool IsZExt) { in emitLSR_ri()
[all …]
H A DAArch64ISelLowering.cpp17669 bool IsZExt = false; in performVecReduceAddCombineWithUADDLP() local
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCFastISel.cpp450 bool IsZExt, unsigned FP64LoadOpc) { in PPCEmitLoad()
818 bool IsZExt, unsigned DestReg, in PPCEmitCmp()
1806 unsigned DestReg, bool IsZExt) { in PPCEmitIntExt()
1903 bool IsZExt = isa<ZExtInst>(I); in SelectIntExt() local
2310 bool IsZExt = false; in tryToFoldLoadIntoMI() local
H A DPPCInstrInfo.cpp5261 bool IsZExt = definedByZeroExtendingOp(Reg, MRI); in isSignOrZeroExtended() local
/freebsd/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/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineFrameInfo.h542 void setObjectZExt(int ObjectIdx, bool IsZExt) { in setObjectZExt()
H A DTargetLowering.h303 bool IsZExt : 1; variable
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp1049 bool IsZExt = isa<ZExtInst>(CastOp); in foldBinOpOfSelectAndCastOfSelectCondition() local
3800 bool IsZExt = isa<ZExtInst>(Cond); in visitSwitchInst() local
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelDAGToDAG.cpp781 bool IsZExt = (Ld->getExtensionType() == ISD::ZEXTLOAD); in tryIndexedLoad() local