/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/ |
D | AArch64FastISel.cpp | 316 bool IsZExt = isa<ZExtInst>(I); in isIntExtFree() local 1129 bool WantResult, bool IsZExt) { in emitAddSub() 1452 bool AArch64FastISel::emitCmp(const Value *LHS, const Value *RHS, bool IsZExt) { in emitCmp() 1475 bool IsZExt) { in emitICmp() 1522 bool SetFlags, bool WantResult, bool IsZExt) { in emitAdd() 1552 bool SetFlags, bool WantResult, bool IsZExt) { in emitSub() 3834 bool IsZExt = Outs[0].Flags.isZExt(); in selectRet() local 3921 unsigned AArch64FastISel::emiti1Ext(unsigned SrcReg, MVT DestVT, bool IsZExt) { in emiti1Ext() 4022 bool IsZExt) { in emitLSL_ri() 4129 bool IsZExt) { in emitLSR_ri() [all …]
|
/external/llvm/lib/Target/AArch64/ |
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 …]
|
/external/llvm/lib/Target/PowerPC/ |
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
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/ |
D | PPCFastISel.cpp | 467 bool IsZExt, unsigned FP64LoadOpc) { in PPCEmitLoad() 833 bool IsZExt, unsigned DestReg, in PPCEmitCmp() 1802 unsigned DestReg, bool IsZExt) { in PPCEmitIntExt() 1904 bool IsZExt = isa<ZExtInst>(I); in SelectIntExt() local 2297 bool IsZExt = false; in tryToFoldLoadIntoMI() local
|
/external/llvm/include/llvm/CodeGen/ |
D | FastISel.h | 37 bool IsZExt : 1; member
|
D | MachineFrameInfo.h | 443 void setObjectZExt(int ObjectIdx, bool IsZExt) { in setObjectZExt()
|
/external/llvm/lib/Target/Mips/ |
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
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/ |
D | MipsFastISel.cpp | 1729 bool IsZExt = Outs[0].Flags.isZExt(); in selectRet() local 1867 unsigned DestReg, bool IsZExt) { in emitIntExt() 1954 bool IsZExt = Opcode == Instruction::LShr; in selectShift() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | MachineFrameInfo.h | 480 void setObjectZExt(int ObjectIdx, bool IsZExt) { in setObjectZExt()
|
D | TargetLowering.h | 181 bool IsZExt : 1; variable
|
/external/llvm/lib/Analysis/ |
D | BasicAliasAnalysis.cpp | 1192 bool IsZExt = DecompGEP1.VarIndices[i].ZExtBits > 0 || isa<ZExtInst>(V); in aliasGEP() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | BasicAliasAnalysis.cpp | 1394 bool IsZExt = DecompGEP1.VarIndices[i].ZExtBits > 0 || isa<ZExtInst>(V); in aliasGEP() local
|