Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/Target/ARM/
H A DARMFastISel.cpp899 ARMEmitLoad(MVT VT,Register & ResultReg,Address & Addr,MaybeAlign Alignment,bool isZExt,bool allocReg) ARMEmitLoad() argument
1338 ARMEmitCmp(const Value * Src1Value,const Value * Src2Value,bool isZExt) ARMEmitCmp() argument
2607 ARMEmitIntExt(MVT SrcVT,unsigned SrcReg,MVT DestVT,bool isZExt) ARMEmitIntExt() argument
2752 bool isZExt = isa<ZExtInst>(I); SelectIntExt() local
2902 uint8_t isZExt : 1; global() member
2932 bool isZExt; tryToFoldLoadIntoMI() local
[all...]
/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetCallingConv.h73 bool isZExt() const { return IsZExt; } isZExt() function
H A DMachineFrameInfo.h177 bool isZExt = false; member
/llvm-project/llvm/lib/Target/Mips/
H A DMipsFastISel.cpp1800 bool isZExt = isa<ZExtInst>(I); selectIntExt() local
1903 emitIntExt(MVT SrcVT,unsigned SrcReg,MVT DestVT,bool isZExt) emitIntExt() argument