/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86CondBrFolding.cpp | 122 static bool analyzeCompare(const MachineInstr &MI, unsigned &SrcReg, 435 bool X86CondBrFolding::analyzeCompare(const MachineInstr &MI, unsigned &SrcReg, in analyzeCompare() function in X86CondBrFolding 526 if (analyzeCompare(*I, SrcReg, CmpValue)) { in analyzeMBB()
|
D | X86InstrInfo.h | 472 bool analyzeCompare(const MachineInstr &MI, unsigned &SrcReg,
|
D | X86InstrInfo.cpp | 3273 bool X86InstrInfo::analyzeCompare(const MachineInstr &MI, unsigned &SrcReg, in analyzeCompare() function in X86InstrInfo
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/ |
D | LanaiInstrInfo.h | 97 bool analyzeCompare(const MachineInstr &MI, unsigned &SrcReg,
|
D | LanaiInstrInfo.cpp | 177 bool LanaiInstrInfo::analyzeCompare(const MachineInstr &MI, unsigned &SrcReg, in analyzeCompare() function in LanaiInstrInfo
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
D | SystemZInstrInfo.h | 222 bool analyzeCompare(const MachineInstr &MI, unsigned &SrcReg,
|
D | SystemZInstrInfo.cpp | 516 bool SystemZInstrInfo::analyzeCompare(const MachineInstr &MI, unsigned &SrcReg, in analyzeCompare() function in SystemZInstrInfo
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64InstrInfo.h | 208 bool analyzeCompare(const MachineInstr &MI, unsigned &SrcReg,
|
D | AArch64InstrInfo.cpp | 987 bool AArch64InstrInfo::analyzeCompare(const MachineInstr &MI, unsigned &SrcReg, in analyzeCompare() function in AArch64InstrInfo
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCInstrInfo.h | 351 bool analyzeCompare(const MachineInstr &MI, unsigned &SrcReg,
|
D | PPCInstrInfo.cpp | 1590 bool PPCInstrInfo::analyzeCompare(const MachineInstr &MI, unsigned &SrcReg, in analyzeCompare() function in PPCInstrInfo
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonInstrInfo.h | 271 bool analyzeCompare(const MachineInstr &MI, unsigned &SrcReg,
|
D | HexagonHardwareLoops.cpp | 473 TII->analyzeCompare(*PredI, CmpReg1, CmpReg2, CmpMask, CmpImm); in findInductionRegister() 657 TII->analyzeCompare(*CondI, CmpReg1, CmpReg2, Mask, ImmValue); in getLoopTripCount() 1461 if (!TII->analyzeCompare(*MI, CmpReg1, CmpReg2, CmpMask, CmpValue)) in loopCountMayWrapOrUnderFlow()
|
D | HexagonSplitDouble.cpp | 513 bool OkCI = TII->analyzeCompare(*CmpI, CmpR1, CmpR2, Mask, Val); in collectIndRegsForLoop()
|
D | HexagonInstrInfo.cpp | 1765 bool HexagonInstrInfo::analyzeCompare(const MachineInstr &MI, unsigned &SrcReg, in analyzeCompare() function in HexagonInstrInfo
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMBaseInstrInfo.h | 289 bool analyzeCompare(const MachineInstr &MI, unsigned &SrcReg,
|
D | ARMBaseInstrInfo.cpp | 2674 bool ARMBaseInstrInfo::analyzeCompare(const MachineInstr &MI, unsigned &SrcReg, in analyzeCompare() function in ARMBaseInstrInfo 3173 analyzeCompare(*Next, SrcReg, SrcReg2, CmpMask, CmpValue) && in shouldSink()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | TargetInstrInfo.h | 1397 virtual bool analyzeCompare(const MachineInstr &MI, unsigned &SrcReg, in analyzeCompare() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | PeepholeOptimizer.cpp | 612 if (!TII->analyzeCompare(MI, SrcReg, SrcReg2, CmpMask, CmpValue) || in optimizeCmpInstr()
|