/external/llvm/lib/AsmParser/ |
D | Parser.cpp | 26 SlotMapping *Slots) { in parseAssemblyInto() argument 31 return LLParser(F.getBuffer(), SM, Err, &M, Slots).Run(); in parseAssemblyInto() 37 SlotMapping *Slots) { in parseAssembly() argument 41 if (parseAssemblyInto(F, *M, Err, Slots)) in parseAssembly() 50 SlotMapping *Slots) { in parseAssemblyFile() argument 59 return parseAssembly(FileOrErr.get()->getMemBufferRef(), Err, Context, Slots); in parseAssemblyFile() 65 SlotMapping *Slots) { in parseAssemblyString() argument 67 return parseAssembly(F, Err, Context, Slots); in parseAssemblyString() 71 const Module &M, const SlotMapping *Slots) { in parseConstantValue() argument 77 .parseStandaloneConstantValue(C, Slots)) in parseConstantValue()
|
D | LLParser.h | 94 SlotMapping *Slots; variable 144 SlotMapping *Slots = nullptr) 146 Slots(Slots), BlockAddressPFS(nullptr) {} 149 bool parseStandaloneConstantValue(Constant *&C, const SlotMapping *Slots); 164 void restoreParsingState(const SlotMapping *Slots);
|
D | LLParser.cpp | 53 const SlotMapping *Slots) { in parseStandaloneConstantValue() argument 54 restoreParsingState(Slots); in parseStandaloneConstantValue() 65 void LLParser::restoreParsingState(const SlotMapping *Slots) { in restoreParsingState() argument 66 if (!Slots) in restoreParsingState() 68 NumberedVals = Slots->GlobalValues; in restoreParsingState() 69 NumberedMetadata = Slots->MetadataNodes; in restoreParsingState() 70 for (const auto &I : Slots->NamedTypes) in restoreParsingState() 73 for (const auto &I : Slots->Types) in restoreParsingState() 192 if (!Slots) in ValidateEndOfModule() 197 Slots->GlobalValues = std::move(NumberedVals); in ValidateEndOfModule() [all …]
|
/external/llvm/include/llvm/AsmParser/ |
D | Parser.h | 41 SlotMapping *Slots = nullptr); 57 SlotMapping *Slots = nullptr); 67 SlotMapping *Slots = nullptr); 81 SlotMapping *Slots = nullptr); 92 const SlotMapping *Slots = nullptr);
|
/external/llvm/include/llvm/IR/ |
D | Value.h | 610 Use *Slots[MaxSlots]; in sortUseList() local 616 Slots[0] = UseList; in sortUseList() 629 if (!Slots[I]) in sortUseList() 636 Current = mergeUseLists(Slots[I], Current, Cmp); in sortUseList() 637 Slots[I] = nullptr; in sortUseList() 646 Slots[I] = Current; in sortUseList() 654 if (Slots[I]) in sortUseList() 657 UseList = mergeUseLists(Slots[I], UseList, Cmp); in sortUseList()
|
/external/llvm/lib/Target/Hexagon/MCTargetDesc/ |
D | HexagonShuffler.h | 31 unsigned Slots, Weight; variable 37 Slots = s & ~(~0U << HEXAGON_PACKET_SIZE); in setUnits() 41 unsigned getUnits() const { return (Slots); }; in getUnits()
|
/external/llvm/lib/CodeGen/ |
D | LiveIntervalAnalysis.cpp | 875 ArrayRef<SlotIndex> Slots; in checkRegMaskInterference() local 878 Slots = getRegMaskSlotsInBlock(MBB->getNumber()); in checkRegMaskInterference() 881 Slots = getRegMaskSlots(); in checkRegMaskInterference() 888 std::lower_bound(Slots.begin(), Slots.end(), LiveI->start); in checkRegMaskInterference() 889 ArrayRef<SlotIndex>::iterator SlotE = Slots.end(); in checkRegMaskInterference() 908 UsableRegs.clearBitsNotInMask(Bits[SlotI-Slots.begin()]); in checkRegMaskInterference()
|
/external/llvm/lib/Target/Sparc/ |
D | SparcRegisterInfo.td | 44 // Rd - Slots in the FP register file for 64-bit floating-point values. 51 // Rq - Slots in the FP register file for 128-bit floating-point values.
|
/external/llvm/lib/Target/AMDGPU/ |
D | R600ISelLowering.cpp | 1512 SDValue Slots[4]; in LowerLOAD() local 1521 Slots[i] = DAG.getNode(AMDGPUISD::CONST_ADDRESS, DL, MVT::i32, NewPtr); in LowerLOAD() 1530 makeArrayRef(Slots, NumElements)); in LowerLOAD()
|
/external/llvm/docs/ |
D | WritingAnLLVMBackend.rst | 448 // Rd - Slots in the FP register file for 64-bit floating-point values.
|
/external/libjpeg-turbo/ |
D | libjpeg.txt | 1101 no table is defined for a slot. Slots 0 and 1 are filled with the
|