Home
last modified time | relevance | path

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

12

/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp2895 setValue(&I, Res); in visitShift()
3186 setValue(&I, N); in visitAddrSpaceCast()
3594 setValue(&I, N); in visitGetElementPtr()
3645 setValue(&I, DSA); in visitAlloca()
3832 setValue(&I, L); in visitLoadFromSwiftError()
4200 setValue(&I, L); in visitAtomicCmpXchg()
4237 setValue(&I, L); in visitAtomicRMW()
4284 setValue(&I, L); in visitAtomicLoad()
5849 setValue(&I, in visitIntrinsicCall()
6230 setValue(&I, N); in visitIntrinsicCall()
[all …]
H A DStatepointLowering.cpp885 setValue(ISP.getInstruction(), ReturnValue); in LowerStatepoint()
889 setValue(ISP.getInstruction(), DAG.getIntPtrConstant(-1, getCurSDLoc())); in LowerStatepoint()
923 setValue(Inst, ReturnVal); in LowerCallSiteWithDeoptBundleImpl()
953 setValue(&CI, CopyFromReg); in visitGCResult()
955 setValue(&CI, getValue(I)); in visitGCResult()
984 setValue(&Relocate, SD); in visitGCRelocate()
1007 setValue(&Relocate, SpillLoad); in visitGCRelocate()
H A DSelectionDAGBuilder.h700 void setValue(const Value *V, SDValue NewN) { in setValue() function
/freebsd-12.1/contrib/llvm/include/llvm/ADT/
H A DPackedVector.h38 static void setValue(BitVectorTy &Bits, unsigned Idx, T val) { in setValue() function
57 static void setValue(BitVectorTy &Bits, unsigned Idx, T val) { in setValue() function
92 Vec.setValue(Vec.Bits, Idx, val);
H A DStringMap.h144 void setValue(const ValueTy &V) { second = V; } in setValue() function
H A DIntervalMap.h1554 void setValue(ValT x);
1714 iterator::setValue(ValT x) { in setValue() function
/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DCommandLine.h493 template <class DT> void setValue(const DT & /*V*/) {} in setValue() function
525 void setValue(const DataType &V) { in setValue() function
559 OptionValue(const DataType &V) { this->setValue(V); }
563 this->setValue(V);
577 OptionValue(const cl::boolOrDefault &V) { this->setValue(V); }
580 setValue(V);
594 OptionValue(const std::string &V) { this->setValue(V); }
597 setValue(V);
1311 this->setValue(Val);
1345 this->setValue(V.getValue());
[all …]
/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/Native/
H A DDbiModuleList.cpp27 setValue(); in DbiModuleSourceFilesIterator()
102 setValue(); in operator +=()
118 void DbiModuleSourceFilesIterator::setValue() { in setValue() function in DbiModuleSourceFilesIterator
/freebsd-12.1/contrib/llvm/tools/lldb/source/Utility/
H A DConstString.cpp68 GetStringMapEntryFromKeyData(key_ccstr).setValue(value_ccstr); in SetMangledCounterparts()
73 GetStringMapEntryFromKeyData(value_ccstr).setValue(key_ccstr); in SetMangledCounterparts()
137 GetStringMapEntryFromKeyData(mangled_ccstr).setValue(demangled_ccstr); in GetConstCStringAndSetMangledCounterPart()
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DMachineMemOperand.h286 void setValue(const Value *NewSV) { PtrInfo.V = NewSV; } in setValue() function
287 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-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/Native/
H A DDbiModuleList.h57 void setValue();
/freebsd-12.1/contrib/llvm/lib/IR/
H A DValue.cpp266 getValueName()->setValue(this); in setNameImpl()
334 getValueName()->setValue(this); in takeName()
345 getValueName()->setValue(this); in takeName()
/freebsd-12.1/contrib/llvm/utils/TableGen/
H A DCodeGenRegisters.cpp685 RV.setValue(ListInit::get(Tuple, RegisterRecTy)); in expand()
689 RV.setValue(BlankName); in expand()
693 RV.setValue(IntInit::get(CostPerUse)); in expand()
697 RV.setValue(BitInit::get(true)); in expand()
H A DCodeGenTarget.cpp439 R->getValue("Inst")->setValue(NewBI); in reverseBitsForLittleEndianEncoding()
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DStackSlotColoring.cpp371 RefMMOs[i]->setValue(NewSV); in ColorSlots()
H A DLiveDebugVariables.cpp275 I.setValue(Loc); in addDef()
979 LocMapI.setValue(OldLoc.changeLocNo(NewLocNo)); in splitLocation()
H A DStackColoring.cpp981 MMO->setValue(Allocas[AI]); in remapInstructions()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReaderStmt.cpp574 E->setValue(Record.getContext(), Record.readAPInt()); in VisitIntegerLiteral()
580 E->setValue(Record.getContext(), Record.readAPInt()); in VisitFixedPointLiteral()
587 E->setValue(Record.getContext(), Record.readAPFloat(E->getSemantics())); in VisitFloatingLiteral()
631 E->setValue(Record.readInt()); in VisitCharacterLiteral()
1289 E->setValue(Record.readInt()); in VisitObjCBoolLiteralExpr()
1449 E->setValue(Record.readInt()); in VisitCXXBoolLiteralExpr()
/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DIntrinsicInst.h380 void setValue(Value *Val) { in setValue() function
/freebsd-12.1/contrib/llvm/lib/TableGen/
H A DRecord.cpp1801 setValue(UnsetInit::get()); in RecordVal()
1809 bool RecordVal::setValue(Init *V) { in setValue() function in RecordVal
1900 if (Value.setValue(VR)) { in resolveReferences()
H A DTGParser.cpp147 if (ERV->setValue(RV.getValue())) in AddValue()
212 if (RV->setValue(V)) { in SetValue()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DExpr.h1293 void setValue(const ASTContext &C, const llvm::APInt &Val) { in setValue() function
1303 void setValue(const ASTContext &C, const llvm::APFloat &Val) { in setValue() function
1430 void setValue(unsigned Val) { Value = Val; } in setValue() function
1462 void setValue(const ASTContext &C, const llvm::APFloat &Val) { in setValue() function
1464 APFloatStorage::setValue(C, Val); in setValue()
H A DExprObjC.h95 void setValue(bool V) { Value = V; } in setValue() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DExpr.cpp788 setValue(C, V); in IntegerLiteral()
811 setValue(C, V); in FixedPointLiteral()
838 setValue(C, V); in FloatingLiteral()

12