/llvm-project/flang/lib/Semantics/ |
H A D | runtime-type-info.cpp | 286 static evaluate::StructureConstructorValues &AddValue( in AddValue() 293 static evaluate::StructureConstructorValues &AddValue( in AddValue() 469 AddValue(dtValues, derivedTypeSchema_, "name"s, in DescribeType() 478 AddValue( in DescribeType() 485 AddValue(dtValues, derivedTypeSchema_, "uninstantiated"s, in DescribeType() 490 AddValue(dtValues, derivedTypeSchema_, "uninstantiated"s, in DescribeType() 524 AddValue(dtValues, derivedTypeSchema_, "kindparameter"s, in DescribeType() 528 AddValue(dtValues, derivedTypeSchema_, "lenparameterkind"s, in DescribeType() 578 AddValue(dtValues, derivedTypeSchema_, "component"s, in DescribeType() 585 AddValue(dtValue in DescribeType() 284 static evaluate::StructureConstructorValues &AddValue( AddValue() function 291 static evaluate::StructureConstructorValues &AddValue( AddValue() function [all...] |
/llvm-project/compiler-rt/lib/fuzzer/ |
H A D | FuzzerValueBitMap.h | 33 inline bool AddValue(uintptr_t Value) { in AddValue() function 45 return AddValue(Value % kMapPrimeMod); in AddValueModPrime()
|
H A D | FuzzerTracePC.cpp | 376 ValueProfileMap.AddValue(Idx); in AddValueForMemcmp() 391 ValueProfileMap.AddValue(PC * 128 + HammingDistance); in HandleCmp() 392 ValueProfileMap.AddValue(PC * 128 + 64 + AbsoluteDistance); in HandleCmp()
|
/llvm-project/lldb/source/Host/macosx/cfcpp/ |
H A D | CFCMutableSet.h | 27 const void *AddValue(const void *value, bool can_create);
|
H A D | CFCMutableSet.cpp | 50 const void *CFCMutableSet::AddValue(const void *value, bool can_create) { in AddValue() function in CFCMutableSet
|
H A D | CFCMutableDictionary.h | 30 bool AddValue(CFStringRef key, const void *value, bool can_create = false);
|
H A D | CFCMutableDictionary.cpp | 91 bool CFCMutableDictionary::AddValue(CFStringRef key, const void *value, in AddValue() function in CFCMutableDictionary
|
/llvm-project/llvm/lib/TableGen/ |
H A D | TGParser.h | 227 bool AddValue(Record *TheRec, SMLoc Loc, const RecordVal &RV);
|
H A D | TGParser.cpp | 212 bool TGParser::AddValue(Record *CurRec, SMLoc Loc, const RecordVal &RV) { in AddValue() 310 if (AddValue(CurRec, SubClass.RefRange.Start, Field)) in AddSubClass() 3316 BadField = AddValue(CurRec, IdLoc, 3323 AddValue(CurRec, IdLoc, in ParseForeachDeclaration() 3329 AddValue(CurRec, IdLoc, in ParseForeachDeclaration() 210 bool TGParser::AddValue(Record *CurRec, SMLoc Loc, const RecordVal &RV) { AddValue() function in TGParser
|
/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZISelDAGToDAG.cpp | 1932 // (((X ^ XORValue) + AddValue) >> Bit) 1935 : XORValue(xorValue), AddValue(addValue), Bit(bit) {} 1938 int64_t AddValue; in getIPMConversion() 2036 if (IPM.AddValue) in expandSelectBoolean() 2039 CurDAG->getSignedConstant(IPM.AddValue, DL, MVT::i32)); in expandSelectBoolean() 1928 int64_t AddValue; global() member
|
/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.cpp | 15664 uint64_t AddValue = AddOp1->getZExtValue(); in isExtFreeImpl() 15665 if (AddValue != 1ULL << (ShiftValue - 1)) in isExtFreeImpl() 24505 SDValue AddValue = AndNode->getOperand(0); in performGatherLoadCombine() 24507 if (AddValue.getOpcode() != ISD::ADD) 24512 SDValue AddInputValue1 = AddValue.getNode()->getOperand(0); in performSignExtendInRegCombine() 24513 SDValue AddInputValue2 = AddValue.getNode()->getOperand(1); in performSignExtendInRegCombine() 24539 SDValue Ops[] = { AddValue, SubsNode->getOperand(1) }; in performSignExtendInRegCombine() 14677 uint64_t AddValue = AddOp1->getZExtValue(); canLowerSRLToRoundingShiftForVT() local 23373 SDValue AddValue = AndNode->getOperand(0); performCONDCombine() local [all...] |