Searched defs:IsZExt (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/ |
H A D | AArch64FastISel.cpp | 303 bool IsZExt = isa<ZExtInst>(I); in isIntExtFree() local 1139 bool WantResult, bool IsZExt) { in emitAddSub() 1448 bool AArch64FastISel::emitCmp(const Value *LHS, const Value *RHS, bool IsZExt) { in emitCmp() 1471 bool IsZExt) { in emitICmp() 1515 bool SetFlags, bool WantResult, bool IsZExt) { in emitAdd() 1544 bool SetFlags, bool WantResult, bool IsZExt) { in emitSub() 3829 bool IsZExt = Outs[0].Flags.isZExt(); in selectRet() local 3920 unsigned AArch64FastISel::emiti1Ext(unsigned SrcReg, MVT DestVT, bool IsZExt) { in emiti1Ext() 4012 uint64_t Shift, bool IsZExt) { in emitLSL_ri() 4115 uint64_t Shift, bool IsZExt) { in emitLSR_ri() [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/ |
H A D | PPCFastISel.cpp | 452 bool IsZExt, unsigned FP64LoadOpc) { in PPCEmitLoad() 819 bool IsZExt, unsigned DestReg, in PPCEmitCmp() 1807 unsigned DestReg, bool IsZExt) { in PPCEmitIntExt() 1904 bool IsZExt = isa<ZExtInst>(I); in SelectIntExt() local 2310 bool IsZExt = false; in tryToFoldLoadIntoMI() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/ |
H A D | MipsFastISel.cpp | 1757 bool IsZExt = Outs[0].Flags.isZExt(); in selectRet() local 1895 unsigned DestReg, bool IsZExt) { in emitIntExt() 1982 bool IsZExt = Opcode == Instruction::LShr; in selectShift() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
H A D | MachineFrameInfo.h | 506 void setObjectZExt(int ObjectIdx, bool IsZExt) { in setObjectZExt()
|
H A D | TargetLowering.h | 279 bool IsZExt : 1; variable
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
H A D | BasicAliasAnalysis.cpp | 1160 bool IsZExt = DecompGEP1.VarIndices[i].ZExtBits > 0 || isa<ZExtInst>(V); in aliasGEP() local
|