Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMFastISel.cpp899 MaybeAlign Alignment, bool isZExt, in ARMEmitLoad()
1338 bool isZExt) { in ARMEmitCmp()
2607 bool isZExt) { in ARMEmitIntExt()
2752 bool isZExt = isa<ZExtInst>(I); in SelectIntExt() local
2902 uint8_t isZExt : 1; member
2932 bool isZExt; in tryToFoldLoadIntoMI() local
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetCallingConv.h73 bool isZExt() const { return IsZExt; } in isZExt() function
H A DMachineFrameInfo.h177 bool isZExt = false; member
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsFastISel.cpp1800 bool isZExt = isa<ZExtInst>(I); in selectIntExt() local
1903 bool isZExt) { in emitIntExt()