Searched defs:IsZExt (Results 1 – 5 of 5) sorted by relevance
/external/llvm/lib/Target/AArch64/ |
D | AArch64FastISel.cpp | 271 bool IsZExt = isa<ZExtInst>(I); in isIntExtFree() local 1091 bool WantResult, bool IsZExt) { in emitAddSub() 1406 bool AArch64FastISel::emitCmp(const Value *LHS, const Value *RHS, bool IsZExt) { in emitCmp() 1429 bool IsZExt) { in emitICmp() 1476 bool SetFlags, bool WantResult, bool IsZExt) { in emitAdd() 1506 bool SetFlags, bool WantResult, bool IsZExt) { in emitSub() 3715 bool IsZExt = Outs[0].Flags.isZExt(); in selectRet() local 3802 unsigned AArch64FastISel::emiti1Ext(unsigned SrcReg, MVT DestVT, bool IsZExt) { in emiti1Ext() 3903 bool IsZExt) { in emitLSL_ri() 4010 bool IsZExt) { in emitLSR_ri() [all …]
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCFastISel.cpp | 451 bool IsZExt, unsigned FP64LoadOpc) { in PPCEmitLoad() 801 bool IsZExt, unsigned DestReg) { in PPCEmitCmp() 1700 unsigned DestReg, bool IsZExt) { in PPCEmitIntExt() 1802 bool IsZExt = isa<ZExtInst>(I); in SelectIntExt() local 2181 bool IsZExt = false; in tryToFoldLoadIntoMI() local
|
/external/llvm/include/llvm/CodeGen/ |
D | FastISel.h | 36 bool IsZExt : 1; member
|
/external/llvm/lib/Target/Mips/ |
D | MipsFastISel.cpp | 1492 bool IsZExt = Outs[0].Flags.isZExt(); in selectRet() local 1628 unsigned DestReg, bool IsZExt) { in emitIntExt() 1715 bool IsZExt = Opcode == Instruction::LShr; in selectShift() local
|
/external/llvm/lib/Analysis/ |
D | BasicAliasAnalysis.cpp | 1085 bool IsZExt = GEP1VariableIndices[i].ZExtBits > 0 || isa<ZExtInst>(V); in aliasGEP() local
|