Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp303 bool IsZExt = isa<ZExtInst>(I); in isIntExtFree() local
1163 bool WantResult, bool IsZExt) { in emitAddSub()
1472 bool AArch64FastISel::emitCmp(const Value *LHS, const Value *RHS, bool IsZExt) { in emitCmp()
1495 bool IsZExt) { in emitICmp()
1539 bool SetFlags, bool WantResult, bool IsZExt) { in emitAdd()
1568 bool SetFlags, bool WantResult, bool IsZExt) { in emitSub()
3873 bool IsZExt = Outs[0].Flags.isZExt(); in selectRet() local
3964 unsigned AArch64FastISel::emiti1Ext(unsigned SrcReg, MVT DestVT, bool IsZExt) { in emiti1Ext()
4056 uint64_t Shift, bool IsZExt) { in emitLSL_ri()
4159 uint64_t Shift, bool IsZExt) { in emitLSR_ri()
[all …]
H A DAArch64ISelLowering.cpp15106 bool IsZExt = false; in performVecReduceAddCombineWithUADDLP() local
/openbsd-src/gnu/llvm/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.cpp5374 bool IsZExt = definedByZeroExtendingOp(Reg, MRI); in isSignOrZeroExtended() local
/openbsd-src/gnu/llvm/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
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DMachineFrameInfo.h560 void setObjectZExt(int ObjectIdx, bool IsZExt) { in setObjectZExt()
H A DTargetLowering.h291 bool IsZExt : 1; variable