/aosp_15_r20/external/llvm/lib/Target/AArch64/ |
H A D | AArch64FastISel.cpp | 270 bool IsZExt = isa<ZExtInst>(I); in isIntExtFree() local 1083 bool WantResult, bool IsZExt) { in emitAddSub() 1398 bool AArch64FastISel::emitCmp(const Value *LHS, const Value *RHS, bool IsZExt) { in emitCmp() 1421 bool IsZExt) { in emitICmp() 1468 bool SetFlags, bool WantResult, bool IsZExt) { in emitAdd() 1498 bool SetFlags, bool WantResult, bool IsZExt) { in emitSub() 3748 bool IsZExt = Outs[0].Flags.isZExt(); in selectRet() local 3835 unsigned AArch64FastISel::emiti1Ext(unsigned SrcReg, MVT DestVT, bool IsZExt) { in emiti1Ext() 3936 bool IsZExt) { in emitLSL_ri() 4043 bool IsZExt) { in emitLSR_ri() [all …]
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
H A D | AArch64FastISel.cpp | 313 bool IsZExt = isa<ZExtInst>(I); in isIntExtFree() local 1162 bool WantResult, bool IsZExt) { in emitAddSub() 1485 bool AArch64FastISel::emitCmp(const Value *LHS, const Value *RHS, bool IsZExt) { in emitCmp() 1508 bool IsZExt) { in emitICmp() 1555 bool SetFlags, bool WantResult, bool IsZExt) { in emitAdd() 1585 bool SetFlags, bool WantResult, bool IsZExt) { in emitSub() 3921 bool IsZExt = Outs[0].Flags.isZExt(); in selectRet() local 4013 unsigned AArch64FastISel::emiti1Ext(unsigned SrcReg, MVT DestVT, bool IsZExt) { in emiti1Ext() 4114 bool IsZExt) { in emitLSL_ri() 4221 bool IsZExt) { in emitLSR_ri() [all …]
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AArch64/ |
H A D | AArch64FastISel.cpp | 303 bool IsZExt = isa<ZExtInst>(I); in isIntExtFree() local 1163 bool WantResult, bool IsZExt) { in emitAddSub() 1472 bool AArch64FastISel::emitCmp(const Value *LHS, const Value *RHS, bool IsZExt) { in emitCmp() 1495 bool IsZExt) { in emitICmp() 1539 bool SetFlags, bool WantResult, bool IsZExt) { in emitAdd() 1568 bool SetFlags, bool WantResult, bool IsZExt) { in emitSub() 3873 bool IsZExt = Outs[0].Flags.isZExt(); in selectRet() local 3964 unsigned AArch64FastISel::emiti1Ext(unsigned SrcReg, MVT DestVT, bool IsZExt) { in emiti1Ext() 4056 uint64_t Shift, bool IsZExt) { in emitLSL_ri() 4159 uint64_t Shift, bool IsZExt) { in emitLSR_ri() [all …]
|
/aosp_15_r20/external/llvm/lib/Target/PowerPC/ |
H A D | PPCFastISel.cpp | 464 bool IsZExt, unsigned FP64LoadOpc) { in PPCEmitLoad() 814 bool IsZExt, unsigned DestReg) { in PPCEmitCmp() 1715 unsigned DestReg, bool IsZExt) { in PPCEmitIntExt() 1817 bool IsZExt = isa<ZExtInst>(I); in SelectIntExt() local 2191 bool IsZExt = false; in tryToFoldLoadIntoMI() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/PowerPC/ |
H A D | PPCFastISel.cpp | 450 bool IsZExt, unsigned FP64LoadOpc) { in PPCEmitLoad() 818 bool IsZExt, unsigned DestReg, in PPCEmitCmp() 1808 unsigned DestReg, bool IsZExt) { in PPCEmitIntExt() 1905 bool IsZExt = isa<ZExtInst>(I); in SelectIntExt() local 2308 bool IsZExt = false; in tryToFoldLoadIntoMI() local
|
H A D | PPCInstrInfo.cpp | 5374 bool IsZExt = definedByZeroExtendingOp(Reg, MRI); in isSignOrZeroExtended() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
H A D | PPCFastISel.cpp | 456 bool IsZExt, unsigned FP64LoadOpc) { in PPCEmitLoad() 822 bool IsZExt, unsigned DestReg, in PPCEmitCmp() 1805 unsigned DestReg, bool IsZExt) { in PPCEmitIntExt() 1902 bool IsZExt = isa<ZExtInst>(I); in SelectIntExt() local 2301 bool IsZExt = false; in tryToFoldLoadIntoMI() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Mips/ |
H A D | MipsFastISel.cpp | 1751 bool IsZExt = Outs[0].Flags.isZExt(); in selectRet() local 1889 unsigned DestReg, bool IsZExt) { in emitIntExt() 1976 bool IsZExt = Opcode == Instruction::LShr; in selectShift() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
H A D | MipsFastISel.cpp | 1760 bool IsZExt = Outs[0].Flags.isZExt(); in selectRet() local 1898 unsigned DestReg, bool IsZExt) { in emitIntExt() 1985 bool IsZExt = Opcode == Instruction::LShr; in selectShift() local
|
/aosp_15_r20/external/llvm/lib/Target/Mips/ |
H A D | MipsFastISel.cpp | 1505 bool IsZExt = Outs[0].Flags.isZExt(); in selectRet() local 1641 unsigned DestReg, bool IsZExt) { in emitIntExt() 1728 bool IsZExt = Opcode == Instruction::LShr; in selectShift() local
|
/aosp_15_r20/external/llvm/include/llvm/CodeGen/ |
H A D | FastISel.h | 37 bool IsZExt : 1; member
|
H A D | MachineFrameInfo.h | 443 void setObjectZExt(int ObjectIdx, bool IsZExt) { in setObjectZExt()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
H A D | MachineFrameInfo.h | 505 void setObjectZExt(int ObjectIdx, bool IsZExt) { in setObjectZExt()
|
H A D | TargetLowering.h | 184 bool IsZExt : 1; variable
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/ |
H A D | MachineFrameInfo.h | 540 void setObjectZExt(int ObjectIdx, bool IsZExt) { in setObjectZExt()
|
H A D | TargetLowering.h | 291 bool IsZExt : 1; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/CodeGen/ |
D | MachineFrameInfo.h | 540 void setObjectZExt(int ObjectIdx, bool IsZExt) { in setObjectZExt()
|
D | TargetLowering.h | 301 bool IsZExt : 1; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/CodeGen/ |
D | MachineFrameInfo.h | 540 void setObjectZExt(int ObjectIdx, bool IsZExt) { in setObjectZExt()
|
D | TargetLowering.h | 301 bool IsZExt : 1; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/CodeGen/ |
D | MachineFrameInfo.h | 540 void setObjectZExt(int ObjectIdx, bool IsZExt) { in setObjectZExt()
|
D | TargetLowering.h | 301 bool IsZExt : 1; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/CodeGen/ |
D | MachineFrameInfo.h | 540 void setObjectZExt(int ObjectIdx, bool IsZExt) { in setObjectZExt()
|
/aosp_15_r20/external/llvm/lib/Analysis/ |
H A D | BasicAliasAnalysis.cpp | 1192 bool IsZExt = DecompGEP1.VarIndices[i].ZExtBits > 0 || isa<ZExtInst>(V); in aliasGEP() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
H A D | BasicAliasAnalysis.cpp | 1492 bool IsZExt = DecompGEP1.VarIndices[i].ZExtBits > 0 || isa<ZExtInst>(V); in aliasGEP() local
|