Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp299 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 DAArch64ISelLowering.cpp18140 bool IsZExt = false; in performVecReduceAddCombineWithUADDLP() local
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCFastISel.cpp438 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 DPPCInstrInfo.cpp5500 bool IsZExt = definedByZeroExtendingOp(Reg, MRI); in isSignOrZeroExtended() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsFastISel.cpp1763 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 DMachineFrameInfo.h544 void setObjectZExt(int ObjectIdx, bool IsZExt) { in setObjectZExt()
H A DTargetLowering.h306 bool IsZExt : 1; variable
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64PostLegalizerCombiner.cpp539 bool IsZExt = get<0>(MatchInfo); in applyExtMulToMULL() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp1077 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 DRISCVISelDAGToDAG.cpp855 bool IsZExt = (Ld->getExtensionType() == ISD::ZEXTLOAD); in tryIndexedLoad() local