Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMFastISel.cpp901 unsigned Alignment, bool isZExt, bool allocReg) { in ARMEmitLoad()
1335 bool isZExt) { in ARMEmitCmp()
2599 bool isZExt) { in ARMEmitIntExt()
2744 bool isZExt = isa<ZExtInst>(I); in SelectIntExt() local
2894 uint8_t isZExt : 1; member
2924 bool isZExt; in tryToFoldLoadIntoMI() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DTargetCallingConv.h73 bool isZExt() const { return IsZExt; } in isZExt() function
H A DMachineFrameInfo.h178 bool isZExt = false; member
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsFastISel.cpp1806 bool isZExt = isa<ZExtInst>(I); in selectIntExt() local
1909 bool isZExt) { in emitIntExt()