Searched defs:IsZExt (Results 1 – 5 of 5) sorted by relevance
/minix3/external/bsd/llvm/dist/llvm/lib/Target/AArch64/ |
H A D | AArch64FastISel.cpp | 269 bool IsZExt = isa<ZExtInst>(I); in isIntExtFree() local 1085 bool WantResult, bool IsZExt) { in emitAddSub() 1386 bool AArch64FastISel::emitCmp(const Value *LHS, const Value *RHS, bool IsZExt) { in emitCmp() 1409 bool IsZExt) { in emitICmp() 1456 bool SetFlags, bool WantResult, bool IsZExt) { in emitAdd() 1486 bool SetFlags, bool WantResult, bool IsZExt) { in emitSub() 3723 bool IsZExt = Outs[0].Flags.isZExt(); in selectRet() local 3810 unsigned AArch64FastISel::emiti1Ext(unsigned SrcReg, MVT DestVT, bool IsZExt) { in emiti1Ext() 3911 bool IsZExt) { in emitLSL_ri() 4018 bool IsZExt) { in emitLSR_ri() [all …]
|
/minix3/external/bsd/llvm/dist/llvm/lib/Target/PowerPC/ |
H A D | PPCFastISel.cpp | 431 bool IsZExt, unsigned FP64LoadOpc) { in PPCEmitLoad() 765 bool IsZExt, unsigned DestReg) { in PPCEmitCmp() 1660 unsigned DestReg, bool IsZExt) { in PPCEmitIntExt() 1762 bool IsZExt = isa<ZExtInst>(I); in SelectIntExt() local 2140 bool IsZExt = false; in tryToFoldLoadIntoMI() local
|
/minix3/external/bsd/llvm/dist/llvm/include/llvm/CodeGen/ |
H A D | FastISel.h | 36 bool IsZExt : 1; member
|
/minix3/external/bsd/llvm/dist/llvm/lib/Analysis/ |
H A D | BasicAliasAnalysis.cpp | 1102 bool IsZExt = GEP1VariableIndices[i].Extension == EK_ZeroExt; in aliasGEP() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/Target/Mips/ |
H A D | MipsFastISel.cpp | 1109 unsigned DestReg, bool IsZExt) { in emitIntExt()
|