Searched refs:ResultTypes (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp5280 const SmallDenseMap<PHINode *, Type *> &ResultTypes) {
5286 for (const auto &I : ResultTypes) {
5441 SmallDenseMap<PHINode *, Type *> ResultTypes; local
5470 ResultTypes[PHI] = ResultLists[PHI][0].second->getType();
5500 if (!ShouldBuildLookupTable(SI, TableSize, TTI, DL, ResultTypes))
5278 ShouldBuildLookupTable(SwitchInst *SI, uint64_t TableSize, const TargetTransformInfo &TTI, const DataLayout &DL, const SmallDenseMap<PHINode *, Type *> &ResultTypes) argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp5694 ArrayRef<EVT> ResultTypes,
5699 EVT ReqRetVT = ResultTypes[0];
5815 SmallVector<EVT, 3> ResultTypes(Op->value_begin(), Op->value_end());
5839 ResultTypes[0] = Is64Bit ? MVT::v2i64 : MVT::v2i32;
5870 MVT LoadVT = ResultTypes[0].getSimpleVT();
6055 ResultTypes[0] = NewVT;
6056 if (ResultTypes.size() == 3) {
6060 ResultTypes.erase(&ResultTypes[1]);
6130 MachineSDNode *NewNode = DAG.getMachineNode(Opcode, DL, ResultTypes, Op
5692 constructRetValue(SelectionDAG &DAG, MachineSDNode *Result, ArrayRef<EVT> ResultTypes, bool IsTexFail, bool Unpacked, bool IsD16, int DMaskPop, int NumVDataDwords, const SDLoc &DL, LLVMContext &Context) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp8464 ArrayRef<Type *> ResultTypes; local
8466 ResultTypes = StructResult->elements();
8468 ResultTypes = makeArrayRef(CallResultType);
8470 auto CurResultType = ResultTypes.begin();
8472 assert(CurResultType != ResultTypes.end() && "Unexpected value");
8547 assert(CurResultType == ResultTypes.end() &&
8548 "Mismatch in number of ResultTypes");
8549 assert(ResultValues.size() == ResultTypes.size() &&

Completed in 133 milliseconds