Home
last modified time | relevance | path

Searched refs:setValue (Results 1 – 25 of 43) sorted by relevance

12

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp3469 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 DStatepointLowering.cpp1084 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 DSelectionDAGBuilder.h528 void setValue(const Value *V, SDValue NewN) { in setValue() function
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ADT/
H A DPackedVector.h37 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 DStringMapEntry.h82 void setValue(const ValueTy &V) { second = V; } in setValue() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DDbiModuleList.cpp26 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 DCommandLine.h549 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 DMachineMemOperand.h328 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 DDIE.h191 void setValue(uint64_t Val) { Integer = Val; } in setValue() function
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DDbiModuleList.h57 void setValue();
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/
H A DCheckerRegistry.cpp370 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 Dexecutor_address.h63 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 DExecutorAddress.h60 void setValue(uint64_t Addr) { this->Addr = Addr; } in setValue() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DValue.cpp345 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 DConstString.cpp146 GetStringMapEntryFromKeyData(mangled_ccstr).setValue(demangled_ccstr); in GetConstCStringAndSetMangledCounterPart()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DStackColoring.cpp1032 MMO->setValue(Allocas[AI]); in remapInstructions()
1132 Ref->setValue(NewSV); in remapInstructions()
H A DStackSlotColoring.cpp368 RefMMOs[i]->setValue(NewSV); in ColorSlots()
H A DLiveDebugVariables.cpp429 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 DMachOPlatform.cpp522 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 DCodeGenRegisters.cpp688 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 DRecord.cpp2211 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 DFileCheckImpl.h308 void setValue(ExpressionValue NewValue,
H A DFileCheck.cpp1247 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 DASTReaderStmt.cpp637 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 DExpr.h1466 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()

12