Home
last modified time | relevance | path

Searched defs:CMP (Results 1 – 12 of 12) sorted by relevance

/llvm-project/llvm/lib/Target/ARC/
H A DARCISelLowering.h40 CMP, enumerator
/llvm-project/libc/include/llvm-libc-macros/linux/
H A Dsys-time-macros.h48 #define timercmp(timeval_ptr_a, timeval_ptr_b, CMP) \ argument
/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.h50 CMP, enumerator
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/android/
H A Dcomparison-in-temp-failure-retry.c83 #define CMP(x) x == 1 in test() macro
/llvm-project/llvm/lib/Target/M68k/
H A DM68kISelLowering.h43 CMP, enumerator
/llvm-project/llvm/lib/Target/AVR/
H A DAVRISelLowering.h66 CMP, enumerator
/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DSanitizerCoverage.cpp594 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 DARMISelLowering.h87 CMP, // ARM compare instructions. enumerator
/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.h85 CMP, enumerator
H A DX86ISelLowering.cpp29305 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 DOpenMPIRBuilderTest.cpp3274 CmpInst *CMP = dyn_cast_or_null<CmpInst>(EntryBr->getCondition()); TEST_F() local
/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp3022 SDValue CMP = DAG.getSetCC( visitJumpTableHeader() local