Home
last modified time | relevance | path

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

/external/llvm/lib/Target/ARM/
DARMFastISel.cpp963 unsigned Alignment, bool isZExt, bool allocReg) { in ARMEmitLoad()
1366 bool isZExt) { in ARMEmitCmp()
2593 bool isZExt) { in ARMEmitIntExt()
2736 bool isZExt = isa<ZExtInst>(I); in SelectIntExt() local
2888 uint8_t isZExt : 1; member
2919 bool isZExt; in tryToFoldLoadIntoMI() local
/external/llvm/include/llvm/Target/
DTargetCallingConv.h63 bool isZExt() const { return Flags & ZExt; } in isZExt() function
DTargetLowering.h2223 bool isZExt : 1; member
/external/llvm/lib/Target/Mips/
DMipsFastISel.cpp1292 bool isZExt = isa<ZExtInst>(I); in selectIntExt() local
1383 bool isZExt) { in emitIntExt()