Searched defs:IsZExt (Results 1 – 9 of 9) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64FastISel.cpp | 305 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 D | AArch64ISelLowering.cpp | 17669 bool IsZExt = false; in performVecReduceAddCombineWithUADDLP() local
|
/freebsd/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() 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 D | PPCInstrInfo.cpp | 5261 bool IsZExt = definedByZeroExtendingOp(Reg, MRI); in isSignOrZeroExtended() local
|
/freebsd/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/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | MachineFrameInfo.h | 542 void setObjectZExt(int ObjectIdx, bool IsZExt) { in setObjectZExt()
|
H A D | TargetLowering.h | 303 bool IsZExt : 1; variable
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstructionCombining.cpp | 1049 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 D | RISCVISelDAGToDAG.cpp | 781 bool IsZExt = (Ld->getExtensionType() == ISD::ZEXTLOAD); in tryIndexedLoad() local
|