Home
last modified time | relevance | path

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/
DAArch64FastISel.cpp313 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/
DPPCFastISel.cpp456 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/
DMipsFastISel.cpp1760 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/
DMachineFrameInfo.h505 void setObjectZExt(int ObjectIdx, bool IsZExt) { in setObjectZExt()
DTargetLowering.h184 bool IsZExt : 1; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DBasicAliasAnalysis.cpp1492 bool IsZExt = DecompGEP1.VarIndices[i].ZExtBits > 0 || isa<ZExtInst>(V); in aliasGEP() local