Searched defs:IsZExt (Results 1 – 6 of 6) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64FastISel.cpp | 313 bool IsZExt = isa<ZExtInst>(I); in isIntExtFree() local 1162 bool WantResult, bool IsZExt) { in emitAddSub() 1485 bool AArch64FastISel::emitCmp(const Value *LHS, const Value *RHS, bool IsZExt) { in emitCmp() 1508 bool IsZExt) { in emitICmp() 1555 bool SetFlags, bool WantResult, bool IsZExt) { in emitAdd() 1585 bool SetFlags, bool WantResult, bool IsZExt) { in emitSub() 3921 bool IsZExt = Outs[0].Flags.isZExt(); in selectRet() local 4013 unsigned AArch64FastISel::emiti1Ext(unsigned SrcReg, MVT DestVT, bool IsZExt) { in emiti1Ext() 4114 bool IsZExt) { in emitLSL_ri() 4221 bool IsZExt) { in emitLSR_ri() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCFastISel.cpp | 456 bool IsZExt, unsigned FP64LoadOpc) { in PPCEmitLoad() 822 bool IsZExt, unsigned DestReg, in PPCEmitCmp() 1805 unsigned DestReg, bool IsZExt) { in PPCEmitIntExt() 1902 bool IsZExt = isa<ZExtInst>(I); in SelectIntExt() local 2301 bool IsZExt = false; in tryToFoldLoadIntoMI() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
D | MipsFastISel.cpp | 1760 bool IsZExt = Outs[0].Flags.isZExt(); in selectRet() local 1898 unsigned DestReg, bool IsZExt) { in emitIntExt() 1985 bool IsZExt = Opcode == Instruction::LShr; in selectShift() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | MachineFrameInfo.h | 505 void setObjectZExt(int ObjectIdx, bool IsZExt) { in setObjectZExt()
|
D | TargetLowering.h | 184 bool IsZExt : 1; variable
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | BasicAliasAnalysis.cpp | 1492 bool IsZExt = DecompGEP1.VarIndices[i].ZExtBits > 0 || isa<ZExtInst>(V); in aliasGEP() local
|