Searched defs:CMP (Results 1 – 12 of 12) sorted by relevance
/llvm-project/llvm/lib/Target/ARC/ |
H A D | ARCISelLowering.h | 40 CMP, enumerator
|
/llvm-project/libc/include/llvm-libc-macros/linux/ |
H A D | sys-time-macros.h | 48 #define timercmp(timeval_ptr_a, timeval_ptr_b, CMP) \ argument
|
/llvm-project/llvm/lib/Target/MSP430/ |
H A D | MSP430ISelLowering.h | 50 CMP, enumerator
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/android/ |
H A D | comparison-in-temp-failure-retry.c | 83 #define CMP(x) x == 1 in test() macro
|
/llvm-project/llvm/lib/Target/M68k/ |
H A D | M68kISelLowering.h | 43 CMP, enumerator
|
/llvm-project/llvm/lib/Target/AVR/ |
H A D | AVRISelLowering.h | 66 CMP, enumerator
|
/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | SanitizerCoverage.cpp | 594 IsInterestingCmp(ICmpInst * CMP,const DominatorTree & DT,const SanitizerCoverageOptions & Options) IsInterestingCmp() argument 663 if (ICmpInst *CMP = dyn_cast<ICmpInst>(&Inst)) instrumentFunction() local
|
/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMISelLowering.h | 87 CMP, // ARM compare instructions. enumerator
|
/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.h | 85 CMP, enumerator
|
H A D | X86ISelLowering.cpp | 29305 SDValue CMP = DAG.getSetCC(dl, MVT::v64i1, Zeros, R, ISD::SETGT); LowerShiftByScalarImmediate() local 55026 if (SDValue CMP = combineCMP() local 55171 if (SDValue CMP = combineX86SubCmpForFlags(N, SDValue(N, 1), DAG, DCI, ST)) combineX86AddSub() local [all...] |
/llvm-project/llvm/unittests/Frontend/ |
H A D | OpenMPIRBuilderTest.cpp | 3274 CmpInst *CMP = dyn_cast_or_null<CmpInst>(EntryBr->getCondition()); TEST_F() local
|
/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGBuilder.cpp | 3022 SDValue CMP = DAG.getSetCC( visitJumpTableHeader() local
|