| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGBuilder.cpp | 3469 setValue(&I, N); in visitPtrToInt() 3481 setValue(&I, N); in visitIntToPtr() 3518 setValue(&I, N); in visitAddrSpaceCast() 3978 setValue(&I, N); in visitGetElementPtr() 4209 setValue(&I, L); in visitLoadFromSwiftError() 4600 setValue(&I, L); in visitAtomicCmpXchg() 5807 setValue(&I, in visitIntrinsicCall() 6225 setValue(&I, in visitIntrinsicCall() 6229 setValue(&I, in visitIntrinsicCall() 6236 setValue(&I, in visitIntrinsicCall() [all …]
|
| H A D | StatepointLowering.cpp | 1084 setValue(&I, DAG.getIntPtrConstant(-1, getCurSDLoc())); in LowerStatepoint() 1092 setValue(&I, ReturnValue); in LowerStatepoint() 1145 setValue(Call, ReturnVal); in LowerCallSiteWithDeoptBundleImpl() 1162 setValue(&CI, getValue(SI)); in visitGCResult() 1175 setValue(&CI, CopyFromReg); in visitGCResult() 1211 setValue(&Relocate, Relocation); in visitGCRelocate() 1243 setValue(&Relocate, SpillLoad); in visitGCRelocate() 1253 setValue(&Relocate, DAG.getTargetConstant(0xFEFEFEFE, SDLoc(SD), MVT::i64)); in visitGCRelocate() 1259 setValue(&Relocate, SD); in visitGCRelocate()
|
| H A D | SelectionDAGBuilder.h | 528 void setValue(const Value *V, SDValue NewN) { in setValue() function
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | PackedVector.h | 37 static void setValue(BitVectorTy &Bits, unsigned Idx, T val) { in setValue() function 56 static void setValue(BitVectorTy &Bits, unsigned Idx, T val) { in setValue() function 91 Vec.setValue(Vec.Bits, Idx, val);
|
| H A D | StringMapEntry.h | 82 void setValue(const ValueTy &V) { second = V; } in setValue() function
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | DbiModuleList.cpp | 26 setValue(); in DbiModuleSourceFilesIterator() 101 setValue(); in operator +=() 117 void DbiModuleSourceFilesIterator::setValue() { in setValue() function in DbiModuleSourceFilesIterator
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | CommandLine.h | 549 template <class DT> void setValue(const DT & /*V*/) {} 581 void setValue(const DataType &V) { 615 OptionValue(const DataType &V) { this->setValue(V); } 619 this->setValue(V); 633 OptionValue(const cl::boolOrDefault &V) { this->setValue(V); } 636 setValue(V); 650 OptionValue(const std::string &V) { this->setValue(V); } 653 setValue(V); 1433 this->setValue(Val); 1468 this->setValue(V.getValue()); [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | MachineMemOperand.h | 328 void setValue(const Value *NewSV) { PtrInfo.V = NewSV; } in setValue() function 329 void setValue(const PseudoSourceValue *NewSV) { PtrInfo.V = NewSV; } in setValue() function
|
| H A D | DIE.h | 191 void setValue(uint64_t Val) { Integer = Val; } in setValue() function
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/ |
| H A D | DbiModuleList.h | 57 void setValue();
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/ |
| H A D | CheckerRegistry.cpp | 370 It.first->setValue(std::string(Option.DefaultValStr)); in insertAndValidate() 384 It.first->setValue(std::string(Option.DefaultValStr)); in insertAndValidate()
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/orc/ |
| H A D | executor_address.h | 63 void setValue(uint64_t Addr) { this->Addr = Addr; } in setValue() function
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/ |
| H A D | ExecutorAddress.h | 60 void setValue(uint64_t Addr) { this->Addr = Addr; } in setValue() function
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Value.cpp | 345 getValueName()->setValue(this); in setNameImpl() 413 getValueName()->setValue(this); in takeName() 424 getValueName()->setValue(this); in takeName()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Utility/ |
| H A D | ConstString.cpp | 146 GetStringMapEntryFromKeyData(mangled_ccstr).setValue(demangled_ccstr); in GetConstCStringAndSetMangledCounterPart()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | StackColoring.cpp | 1032 MMO->setValue(Allocas[AI]); in remapInstructions() 1132 Ref->setValue(NewSV); in remapInstructions()
|
| H A D | StackSlotColoring.cpp | 368 RefMMOs[i]->setValue(NewSV); in ColorSlots()
|
| H A D | LiveDebugVariables.cpp | 429 I.setValue(std::move(DbgValue)); in addDef() 1395 LocMapI.setValue(OldDbgValue.changeLocNo(OldLocNo, NewLocNo)); in splitLocation()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
| H A D | MachOPlatform.cpp | 522 KV.second->setValue((*RuntimeSymbolAddrs)[Name].getAddress()); in bootstrapMachORuntime() 881 ObjCImageInfoAddr.setValue(Addr); in registerInitSections()
|
| /freebsd-13.1/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | CodeGenRegisters.cpp | 688 RV.setValue(ListInit::get(Tuple, RegisterRecTy)); in expand() 691 RV.setValue(AsmName); in expand() 695 RV.setValue(ListInit::get(CostPerUse, CostList->getElementType())); in expand() 699 RV.setValue(BitInit::get(true)); in expand()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/TableGen/ |
| H A D | Record.cpp | 2211 setValue(UnsetInit::get()); in RecordVal() 2219 setValue(UnsetInit::get()); in RecordVal() 2242 bool RecordVal::setValue(Init *V) { in setValue() function in RecordVal 2266 bool RecordVal::setValue(Init *V, SMLoc NewLoc) { in setValue() function in RecordVal 2384 if (Value.setValue(VR)) { in resolveReferences()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/FileCheck/ |
| H A D | FileCheckImpl.h | 308 void setValue(ExpressionValue NewValue,
|
| H A D | FileCheck.cpp | 1247 Context->LineVariable->setValue(ExpressionValue(*LineNumber)); in match() 1330 DefinedNumericVariable->setValue(*Value, MatchedValue); in match() 2693 (*DefinedNumericVariable)->setValue(*Value); in defineCmdlineVariables()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReaderStmt.cpp | 637 E->setValue(Record.getContext(), Record.readAPInt()); in VisitIntegerLiteral() 644 E->setValue(Record.getContext(), Record.readAPInt()); in VisitFixedPointLiteral() 652 E->setValue(Record.getContext(), Record.readAPFloat(E->getSemantics())); in VisitFloatingLiteral() 696 E->setValue(Record.readInt()); in VisitCharacterLiteral() 1629 E->setValue(Record.readInt()); in VisitObjCBoolLiteralExpr() 1809 E->setValue(Record.readInt()); in VisitCXXBoolLiteralExpr()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | Expr.h | 1466 void setValue(const ASTContext &C, const llvm::APInt &Val) { in setValue() function 1476 void setValue(const ASTContext &C, const llvm::APFloat &Val) { in setValue() function 1609 void setValue(unsigned Val) { Value = Val; } in setValue() function 1643 void setValue(const ASTContext &C, const llvm::APFloat &Val) { in setValue() function 1645 APFloatStorage::setValue(C, Val); in setValue()
|