Home
last modified time | relevance | path

Searched defs:IsSExt (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetCallingConv.h30 unsigned IsSExt : 1; ///< Sign extended member
DMachineFrameInfo.h517 void setObjectSExt(int ObjectIdx, bool IsSExt) { in setObjectSExt()
DTargetLowering.h183 bool IsSExt : 1; variable
3605 bool IsSExt : 1; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DCodeGenPrepare.cpp3703 bool IsSExt) { in addPromotedInst()
3726 bool IsSExt) { in getOrigType()
3834 bool IsSExt) { in canGetThrough()
3940 bool IsSExt = isa<SExtInst>(Ext); in getAction() local
4019 bool IsSExt) { in promoteOperandForOther()
5177 bool IsSExt = isa<SExtInst>(FirstUser); in hasSameExtUse() local