Searched defs:SH (Results 1 – 11 of 11) sorted by relevance
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/ |
H A D | BugReporterVisitors.h | 251 void addHighPriorityHandler(ExpressionHandlerPtr SH) { in addHighPriorityHandler() 259 void addLowPriorityHandler(ExpressionHandlerPtr SH) { in addLowPriorityHandler() 267 void addHighPriorityHandler(StoreHandlerPtr SH) { in addHighPriorityHandler() 275 void addLowPriorityHandler(StoreHandlerPtr SH) { in addLowPriorityHandler()
|
/freebsd/contrib/dma/ |
H A D | Makefile | 11 SH?= sh macro
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/ |
H A D | PPCInstPrinter.cpp | 115 unsigned char SH = MI->getOperand(2).getImm(); in printInst() local 139 unsigned char SH = MI->getOperand(2).getImm(); in printInst() local [all...] |
/freebsd/usr.sbin/makefs/cd9660/ |
H A D | cd9660_eltorito.h | 133 boot_catalog_section_header SH; member
|
/freebsd/crypto/openssl/crypto/ |
H A D | mem_sec.c | 320 } SH; typedef
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCISelDAGToDAG.cpp | 656 bool isShiftMask, unsigned &SH, in isRotateAndMask() 893 unsigned Value, SH = 0; in tryBitfieldInsert() local 4951 unsigned SH, MB, ME; in tryAsSingleRLWINM() local 5135 unsigned SH = 0; in tryAsSingleRLDICL() local 5185 unsigned SH = 0; in tryAsSingleRLDICR() local 5206 unsigned SH = 63 - ME; in tryAsSingleRLDIMI() local 5733 unsigned Imm, SH, MB, ME; in Select() local 5747 unsigned Imm, SH, MB, ME; in Select() local
|
H A D | PPCInstrInfo.cpp | 2688 int64_t SH = MI->getOperand(2).getImm(); in optimizeCompareInstr() local 4675 int64_t SH = MI.getOperand(2).getImm(); in simplifyToLI() local 4699 int64_t SH = MI.getOperand(2).getImm(); in simplifyToLI() local 5050 uint64_t SH = ShAmt == 0 ? 0 : RightShift ? 32 - ShAmt : ShAmt; in transformToImmFormFedByLI() local 5060 uint64_t SH = ShAmt == 0 ? 0 : RightShift ? 64 - ShAmt : ShAmt; in transformToImmFormFedByLI() local
|
H A D | PPCISelLowering.cpp | 10881 uint64_t SH = Op.getConstantOperandVal(3); in LowerINTRINSIC_WO_CHAIN() local
|
/freebsd/sys/powerpc/powerpc/ |
H A D | db_disasm.c | 910 u_int SH; in disasm_fields() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | ScalarEvolutionExpander.cpp | 1407 Value *SCEVExpander::expandCodeFor(const SCEV *SH, Type *Ty, in expandCodeFor() 1414 Value *SCEVExpander::expandCodeFor(const SCEV *SH, Type *Ty) { in expandCodeFor()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonBitSimplify.cpp | 463 BitTracker::RegisterRef &SL, BitTracker::RegisterRef &SH, in parseRegSequence() 1719 BitTracker::RegisterRef SL, SH; in propagateRegCopy() local
|