Searched refs:setValue (Results 1 - 25 of 37) sorted by relevance

12

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DPackedVector.h37 static void setValue(BitVectorTy &Bits, unsigned Idx, T val) { function in class:llvm::PackedVectorBase
56 static void setValue(BitVectorTy &Bits, unsigned Idx, T val) { function in class:llvm::PackedVectorBase
91 Vec.setValue(Vec.Bits, Idx, val);
H A DStringMap.h141 void setValue(const ValueTy &V) { second = V; } function in class:llvm::StringMapEntryStorage
H A DIntervalMap.h1550 /// setValue - Change the mapped value of the current interval.
1553 void setValue(ValT x);
1713 iterator::setValue(ValT x) {
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DDbiModuleList.h57 void setValue();
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DDbiModuleList.cpp26 setValue();
101 setValue();
117 void DbiModuleSourceFilesIterator::setValue() { function in class:DbiModuleSourceFilesIterator
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DCommandLine.h542 template <class DT> void setValue(const DT & /*V*/) {} function in struct:llvm::OptionValueBase
574 void setValue(const DataType &V) { function in class:llvm::OptionValueCopy
608 OptionValue(const DataType &V) { this->setValue(V); }
612 this->setValue(V);
626 OptionValue(const cl::boolOrDefault &V) { this->setValue(V); }
629 setValue(V);
643 OptionValue(const std::string &V) { this->setValue(V); }
646 setValue(V);
1339 template <class T> void setValue(const T &V, bool initial = false) { function in class:llvm::opt_storage
1369 template <class T> void setValue(cons function in class:llvm::opt_storage
1394 template <class T> void setValue(const T &V, bool initial = false) { function in class:llvm::opt_storage
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp2935 setValue(&LP, Res);
2998 setValue(&I, DAG.getNode(ISD::FNEG, getCurSDLoc(),
3139 setValue(&I, UnNodeValue);
3167 setValue(&I, BinNodeValue);
3220 setValue(&I, Res);
3230 setValue(&I, DAG.getNode(ISD::SDIV, getCurSDLoc(), Op1.getValueType(), Op1,
3258 setValue(&I, DAG.getSetCC(getCurSDLoc(), DestVT, Op1, Op2, Opcode));
3277 setValue(&I, DAG.getSetCC(getCurSDLoc(), DestVT, Op1, Op2, Condition));
3412 setValue(&I, DAG.getNode(ISD::MERGE_VALUES, getCurSDLoc(),
3421 setValue(
[all...]
H A DStatepointLowering.cpp918 setValue(ISP.getInstruction(), ReturnValue);
922 setValue(ISP.getInstruction(), DAG.getIntPtrConstant(-1, getCurSDLoc()));
955 setValue(Call, ReturnVal);
985 setValue(&CI, CopyFromReg);
987 setValue(&CI, getValue(I));
1016 setValue(&Relocate, SD);
1045 setValue(&Relocate, SpillLoad);
H A DSelectionDAGBuilder.h533 void setValue(const Value *V, SDValue NewN) { function in class:llvm::SelectionDAGBuilder
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineMemOperand.h286 void setValue(const Value *NewSV) { PtrInfo.V = NewSV; } function in class:llvm::MachineMemOperand
287 void setValue(const PseudoSourceValue *NewSV) { PtrInfo.V = NewSV; } function in class:llvm::MachineMemOperand
H A DDIE.h191 void setValue(uint64_t Val) { Integer = Val; } function in class:llvm::DIEInteger
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/
H A DCheckerRegistry.cpp340 It.first->setValue(Option.DefaultValStr);
354 It.first->setValue(Option.DefaultValStr);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Utility/
H A DConstString.cpp118 GetStringMapEntryFromKeyData(mangled_ccstr).setValue(demangled_ccstr);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DValue.cpp267 getValueName()->setValue(this);
335 getValueName()->setValue(this);
346 getValueName()->setValue(this);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DFileCheckImpl.h109 void setValue(uint64_t NewValue) { Value = NewValue; } function in class:llvm::NumericVariable
H A DFileCheck.cpp629 Context->LineVariable->setValue(*LineNumber);
683 DefinedNumericVariable->setValue(Val);
1838 (*DefinedNumericVariable)->setValue(*Value);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DStackSlotColoring.cpp371 RefMMOs[i]->setValue(NewSV);
H A DStackColoring.cpp983 MMO->setValue(Allocas[AI]);
1083 Ref->setValue(NewSV);
H A DLiveDebugVariables.cpp296 I.setValue(Loc);
1091 LocMapI.setValue(OldLoc.changeLocNo(NewLocNo));
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsicInst.h461 void setValue(Value *Val) { function in class:llvm::MemSetBase
463 "setValue called with value of wrong type!");
/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenRegisters.cpp694 RV.setValue(ListInit::get(Tuple, RegisterRecTy));
697 RV.setValue(AsmName);
701 RV.setValue(IntInit::get(CostPerUse));
705 RV.setValue(BitInit::get(true));
H A DCodeGenTarget.cpp510 R->getValue("Inst")->setValue(NewBI);
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp584 E->setValue(Record.getContext(), Record.readAPInt());
590 E->setValue(Record.getContext(), Record.readAPInt());
598 E->setValue(Record.getContext(), Record.readAPFloat(E->getSemantics()));
642 E->setValue(Record.readInt());
1504 E->setValue(Record.readInt());
1677 E->setValue(Record.readInt());
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h1431 void setValue(const ASTContext &C, const llvm::APInt &Val) { function in class:clang::APIntStorage
1441 void setValue(const ASTContext &C, const llvm::APFloat &Val) { function in class:clang::APFloatStorage
1568 void setValue(unsigned Val) { Value = Val; } function in class:clang::CharacterLiteral
1600 void setValue(const ASTContext &C, const llvm::APFloat &Val) { function in class:clang::FloatingLiteral
1602 APFloatStorage::setValue(C, Val);
H A DExprObjC.h98 void setValue(bool V) { Value = V; } function in class:clang::ObjCBoolLiteralExpr

Completed in 265 milliseconds

12