Searched refs:inRange (Results 1 – 9 of 9) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Target/Hexagon/MCTargetDesc/ |
| H A D | HexagonMCDuplexInfo.cpp | 223 inRange<4>(MCI, 2)) { in getDuplexCandidateGroup() 244 inRange<3, 1>(MCI, 2)) { in getDuplexCandidateGroup() 254 inRange<3>(MCI, 2)) { in getDuplexCandidateGroup() 264 inRange<5, 3>(MCI, 2)) { in getDuplexCandidateGroup() 328 inRange<4, 2>(MCI, 1)) { in getDuplexCandidateGroup() 338 inRange<4>(MCI, 1)) { in getDuplexCandidateGroup() 375 inRange<4, 2>(MCI, 1) && inRange<1>(MCI, 2)) { in getDuplexCandidateGroup() 383 inRange<4>(MCI, 1) && inRange<1>(MCI, 2)) { in getDuplexCandidateGroup() 388 if (inRange<5, 3>(MCI, 2)) in getDuplexCandidateGroup() 485 inRange<2>(MCI, 2)) { in getDuplexCandidateGroup() [all …]
|
| H A D | HexagonMCInstrInfo.h | 205 bool inRange(MCInst const &MCI, size_t Index) { in inRange() function 212 template <unsigned N> bool inRange(MCInst const &MCI, size_t Index) { in inRange() function
|
| H A D | HexagonMCCompound.cpp | 115 (HexagonMCInstrInfo::inRange<5>(MI, 2) || in getCompoundCandidateGroup()
|
| /llvm-project-15.0.7/clang/test/Index/ |
| H A D | comment-objc-decls.m | 23 - (unsigned int)MethodMyProto:(nullable id)anObject inRange:(unsigned int)range; 34 // CHECK: <Declaration>- (unsigned int)MethodMyProto:(nullable id)anObject inRange:(unsigned int)ra…
|
| H A D | complete-kvc.m | 67 …r}{HorizontalSpace }{TypedText range:}{LeftParen (}{Text NSRange}{RightParen )}{Text inRange} (40) 68 …r}{HorizontalSpace }{TypedText range:}{LeftParen (}{Text NSRange}{RightParen )}{Text inRange} (55)
|
| /llvm-project-15.0.7/clang/lib/AST/Interp/ |
| H A D | Boolean.h | 110 static bool inRange(int64_t Value, unsigned NumBits) { in inRange() function
|
| H A D | Integral.h | 182 static bool inRange(int64_t Value, unsigned NumBits) {
|
| /llvm-project-15.0.7/llvm/lib/Target/SystemZ/AsmParser/ |
| H A D | SystemZAsmParser.cpp | 46 static bool inRange(const MCExpr *Expr, int64_t MinValue, int64_t MaxValue, in inRange() function 239 return Kind == KindImm && inRange(Imm, MinValue, MaxValue); in isImm() 271 return isMem(MemKind, RegKind) && inRange(Mem.Disp, 0, 0xfff, true); in isMemDisp12() 274 return isMem(MemKind, RegKind) && inRange(Mem.Disp, -524288, 524287, true); in isMemDisp20() 277 return isMemDisp12(BDLMem, RegKind) && inRange(Mem.Length.Imm, 1, 0x10); in isMemDisp12Len4() 280 return isMemDisp12(BDLMem, RegKind) && inRange(Mem.Length.Imm, 1, 0x100); in isMemDisp12Len8()
|
| /llvm-project-15.0.7/polly/test/CodeGen/OpenMP/ |
| H A D | single_loop.ll | 121 ; LIBOMP-IR-STATIC-CHUNKED-NEXT: %polly.indvar.UB.inRange = icmp sle i64 %polly.indvar.UB.temp, %… 122 ; LIBOMP-IR-STATIC-CHUNKED-NEXT: %polly.indvar.UB = select i1 %polly.indvar.UB.inRange, i64 %poll…
|