Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AArch64/
DAArch64FastISel.cpp270 bool IsZExt = isa<ZExtInst>(I); in isIntExtFree() local
1083 bool WantResult, bool IsZExt) { in emitAddSub()
1398 bool AArch64FastISel::emitCmp(const Value *LHS, const Value *RHS, bool IsZExt) { in emitCmp()
1421 bool IsZExt) { in emitICmp()
1468 bool SetFlags, bool WantResult, bool IsZExt) { in emitAdd()
1498 bool SetFlags, bool WantResult, bool IsZExt) { in emitSub()
3748 bool IsZExt = Outs[0].Flags.isZExt(); in selectRet() local
3835 unsigned AArch64FastISel::emiti1Ext(unsigned SrcReg, MVT DestVT, bool IsZExt) { in emiti1Ext()
3936 bool IsZExt) { in emitLSL_ri()
4043 bool IsZExt) { in emitLSR_ri()
[all …]
/external/llvm/lib/Target/PowerPC/
DPPCFastISel.cpp464 bool IsZExt, unsigned FP64LoadOpc) { in PPCEmitLoad()
814 bool IsZExt, unsigned DestReg) { in PPCEmitCmp()
1715 unsigned DestReg, bool IsZExt) { in PPCEmitIntExt()
1817 bool IsZExt = isa<ZExtInst>(I); in SelectIntExt() local
2191 bool IsZExt = false; in tryToFoldLoadIntoMI() local
/external/llvm/include/llvm/CodeGen/
DFastISel.h37 bool IsZExt : 1; member
DMachineFrameInfo.h443 void setObjectZExt(int ObjectIdx, bool IsZExt) { in setObjectZExt()
/external/llvm/lib/Target/Mips/
DMipsFastISel.cpp1505 bool IsZExt = Outs[0].Flags.isZExt(); in selectRet() local
1641 unsigned DestReg, bool IsZExt) { in emitIntExt()
1728 bool IsZExt = Opcode == Instruction::LShr; in selectShift() local
/external/llvm/lib/Analysis/
DBasicAliasAnalysis.cpp1192 bool IsZExt = DecompGEP1.VarIndices[i].ZExtBits > 0 || isa<ZExtInst>(V); in aliasGEP() local