OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getHashValue
(Results
26 - 41
of
41
) sorted by null
1
2
/external/llvm/lib/VMCore/
ConstantsContext.h
659
static unsigned
getHashValue
(const ConstantClass *CP) {
664
return
getHashValue
(LookupKey(CP->getType(), CPOperands));
669
static unsigned
getHashValue
(const LookupKey &Val) {
/external/clang/include/clang/Basic/
IdentifierTable.h
760
static unsigned
getHashValue
(clang::Selector S);
/external/clang/tools/libclang/
IndexingContext.h
544
static unsigned
getHashValue
(clang::cxindex::RefFileOccurence S) {
CXCursor.cpp
[
all
...]
CIndex.cpp
[
all
...]
/external/llvm/include/llvm/CodeGen/
MachineInstr.h
[
all
...]
SelectionDAGNodes.h
174
static unsigned
getHashValue
(const SDValue &Val) {
[
all
...]
/external/llvm/lib/Transforms/InstCombine/
InstCombinePHI.cpp
597
static unsigned
getHashValue
(const LoweredPHIRecord &Val) {
598
return DenseMapInfo<PHINode*>::
getHashValue
(Val.PN) ^ (Val.Shift>>3) ^
[
all
...]
/external/llvm/lib/Transforms/IPO/
MergeFunctions.cpp
142
static unsigned
getHashValue
(const ComparableFunction &CF) {
/external/llvm/lib/Transforms/Utils/
PromoteMemoryToRegister.cpp
69
static unsigned
getHashValue
(const std::pair<BasicBlock*, unsigned> &Val) {
[
all
...]
/external/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp
[
all
...]
GVN.cpp
139
static unsigned
getHashValue
(const Expression e) {
[
all
...]
/external/llvm/lib/MC/
MCDwarf.cpp
[
all
...]
/external/clang/lib/StaticAnalyzer/Checkers/
RetainCountChecker.cpp
475
static unsigned
getHashValue
(const ObjCSummaryKey &V) {
476
return (DenseMapInfo<IdentifierInfo*>::
getHashValue
(V.getIdentifier())
478
| (DenseMapInfo<Selector>::
getHashValue
(V.getSelector())
[
all
...]
/external/llvm/lib/CodeGen/
MachineInstr.cpp
[
all
...]
/external/llvm/lib/TableGen/
Record.cpp
68
static unsigned
getHashValue
(const TableGenStringKey& Val) {
[
all
...]
Completed in 1178 milliseconds
1
2