Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AArch64/
DAArch64FastISel.cpp881 bool AArch64FastISel::EmitCmp(Value *Src1Value, Value *Src2Value, bool isZExt) { in EmitCmp()
1624 bool isZExt = Outs[0].Flags.isZExt(); in SelectRet() local
1707 unsigned AArch64FastISel::Emiti1Ext(unsigned SrcReg, MVT DestVT, bool isZExt) { in Emiti1Ext()
1751 bool isZExt) { in EmitIntExt()
1823 bool isZExt = isa<ZExtInst>(I); in SelectIntExt() local
/external/llvm/lib/Target/ARM/
DARMFastISel.cpp959 unsigned Alignment, bool isZExt, bool allocReg) { in ARMEmitLoad()
1363 bool isZExt) { in ARMEmitCmp()
2591 bool isZExt) { in ARMEmitIntExt()
2734 bool isZExt = isa<ZExtInst>(I); in SelectIntExt() local
2886 uint8_t isZExt : 1; member
2917 bool isZExt; in tryToFoldLoadIntoMI() local
/external/llvm/include/llvm/Target/
DTargetCallingConv.h63 bool isZExt() const { return Flags & ZExt; } in isZExt() function
DTargetLowering.h2111 bool isZExt : 1; member