/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | MergeICmps.cpp | 169 ICmpInst *CmpI = nullptr; member in __anonc0097c020111::BCECmpBlock 246 BCECmpBlock visitICmp(const ICmpInst *const CmpI, in visitICmp() 284 auto *const CmpI = dyn_cast<ICmpInst>(Val); in visitCmpBlock() local 298 auto *const CmpI = dyn_cast<ICmpInst>(BranchI->getCondition()); in visitCmpBlock() local
|
D | LowerExpectIntrinsic.cpp | 246 ICmpInst *CmpI = dyn_cast<ICmpInst>(BSI.getCondition()); in handleBrSelExpect() local
|
D | GVN.cpp | 1435 if (auto *CmpI = dyn_cast<CmpInst>(V)) { in processAssumeIntrinsic() local
|
/external/llvm/lib/Transforms/Scalar/ |
D | LowerExpectIntrinsic.cpp | 101 ICmpInst *CmpI = dyn_cast<ICmpInst>(BI.getCondition()); in handleBranchExpect() local
|
D | GVN.cpp | 1720 if (auto *CmpI = dyn_cast<CmpInst>(V)) { in processAssumeIntrinsic() local
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/ |
D | LowerExpectIntrinsic.cpp | 90 ICmpInst *CmpI = dyn_cast<ICmpInst>(BI->getCondition()); in HandleIfExpect() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/ |
D | ARMInstructionSelector.cpp | 469 auto CmpI = in insertComparison() local 629 auto CmpI = BuildMI(MBB, InsertBefore, DbgLoc, TII.get(ARM::CMPri)) in selectSelect() local
|
D | ARMBaseInstrInfo.cpp | 2605 inline static bool isRedundantFlagInstr(const MachineInstr *CmpI, in isRedundantFlagInstr()
|
/external/llvm/lib/Target/Lanai/ |
D | LanaiInstrInfo.cpp | 207 inline static bool isRedundantFlagInstr(MachineInstr *CmpI, unsigned SrcReg, in isRedundantFlagInstr()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Lanai/ |
D | LanaiInstrInfo.cpp | 206 inline static bool isRedundantFlagInstr(MachineInstr *CmpI, unsigned SrcReg, in isRedundantFlagInstr()
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonSplitDouble.cpp | 462 const MachineInstr *CmpI = MRI->getVRegDef(PR); in collectIndRegsForLoop() local
|
D | HexagonHardwareLoops.cpp | 1284 MachineInstr *CmpI) { in orderBumpCompare()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/ |
D | HexagonSplitDouble.cpp | 509 const MachineInstr *CmpI = MRI->getVRegDef(PR); in collectIndRegsForLoop() local
|
D | HexagonHardwareLoops.cpp | 1323 MachineInstr *CmpI) { in orderBumpCompare()
|
/external/llvm/lib/Analysis/ |
D | ValueTracking.cpp | 3839 static Value *lookThroughCast(CmpInst *CmpI, Value *V1, Value *V2, in lookThroughCast() 3904 CmpInst *CmpI = dyn_cast<CmpInst>(SI->getCondition()); in matchSelectPattern() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | ValueTracking.cpp | 4710 static Value *lookThroughCast(CmpInst *CmpI, Value *V1, Value *V2, in lookThroughCast() 4812 CmpInst *CmpI = dyn_cast<CmpInst>(SI->getCondition()); in matchSelectPattern() local
|
/external/llvm/lib/Target/ARM/ |
D | ARMBaseInstrInfo.cpp | 2361 inline static bool isRedundantFlagInstr(MachineInstr *CmpI, unsigned SrcReg, in isRedundantFlagInstr()
|