/third_party/node/deps/v8/src/codegen/ |
H A D | constant-pool.cc | 218 ConstantPool::ConstantPool(Assembler* assm) : assm_(assm) {} in ConstantPool() function in v8::internal::ConstantPool 219 ConstantPool::~ConstantPool() { DCHECK_EQ(blocked_nesting_, 0); } in ~ConstantPool() 221 RelocInfoStatus ConstantPool::RecordEntry(uint32_t data, in RecordEntry() 228 RelocInfoStatus ConstantPool::RecordEntry(uint64_t data, in RecordEntry() 235 RelocInfoStatus ConstantPool::RecordKey(ConstantPoolKey key, int offset) { in RecordKey() 248 if (Entry32Count() + Entry64Count() > ConstantPool::kApproxMaxEntryCount) { in RecordKey() 256 RelocInfoStatus ConstantPool::GetRelocInfoStatusFor( in GetRelocInfoStatusFor() 267 void ConstantPool 466 ConstantPool::ConstantPool(Assembler* assm) : assm_(assm) {} ConstantPool() function in v8::internal::ConstantPool [all...] |
H A D | constant-pool.h | 251 class ConstantPool { class 253 explicit ConstantPool(Assembler* assm); 254 ~ConstantPool(); 296 ConstantPool* pool_;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
H A D | ConstantPools.cpp | 1 //===- ConstantPools.cpp - ConstantPool class -----------------------------===// 9 // This file implements the ConstantPool and AssemblerConstantPools classes. 23 // ConstantPool implementation 26 void ConstantPool::emitEntries(MCStreamer &Streamer) { in emitEntries() 39 const MCExpr *ConstantPool::addEntry(const MCExpr *Value, MCContext &Context, in addEntry() 57 bool ConstantPool::empty() { return Entries.empty(); } in empty() 59 void ConstantPool::clearCache() { in clearCache() 66 ConstantPool *AssemblerConstantPools::getConstantPool(MCSection *Section) { in getConstantPool() 74 ConstantPool & 80 ConstantPool in emitConstantPool() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
H A D | ConstantPools.h | 9 // This file declares the ConstantPool and AssemblerConstantPools classes. 44 class ConstantPool { class 51 ConstantPool() = default; 85 using ConstantPoolMapTy = MapVector<MCSection *, ConstantPool>; 96 ConstantPool *getConstantPool(MCSection *Section); 97 ConstantPool &getOrCreateConstantPool(MCSection *Section);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
H A D | PseudoSourceValue.h | 42 ConstantPool, 71 bool isConstantPool() const { return Kind == ConstantPool; } in isConstantPool()
|
H A D | StackMaps.h | 240 using ConstantPool = MapVector<uint64_t, uint64_t>; 296 ConstantPool ConstPool;
|
H A D | MachineFunction.h | 241 MachineConstantPool *ConstantPool; member in llvm::MachineFunction 501 MachineConstantPool *getConstantPool() { return ConstantPool; } 502 const MachineConstantPool *getConstantPool() const { return ConstantPool; }
|
H A D | ISDOpcodes.h | 64 JumpTable, ConstantPool, ExternalSymbol, BlockAddress, enumerator
|
H A D | SelectionDAGNodes.h | 1824 : SDNode(isTarget ? ISD::TargetConstantPool : ISD::ConstantPool, 0, in ConstantPoolSDNode() 1833 : SDNode(isTarget ? ISD::TargetConstantPool : ISD::ConstantPool, 0, in ConstantPoolSDNode() 1868 return N->getOpcode() == ISD::ConstantPool || in classof()
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
H A D | IceGlobalContext.h | 44 class ConstantPool; 451 std::unique_ptr<ConstantPool> ConstPool; 524 LockedPtr<ConstantPool> getConstPool() { in getConstPool() 525 return LockedPtr<ConstantPool>(ConstPool.get(), &ConstPoolLock); in getConstPool()
|
H A D | IceGlobalContext.cpp | 199 class ConstantPool { class 200 ConstantPool(const ConstantPool &) = delete; 201 ConstantPool &operator=(const ConstantPool &) = delete; 204 ConstantPool() = default; 302 : Strings(new StringPool()), ConstPool(new ConstantPool()), ErrorStatus(), in GlobalContext()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
H A D | ThumbRegisterInfo.cpp | 70 MachineConstantPool *ConstantPool = MF.getConstantPool(); in emitThumb1LoadConstPool() local 73 unsigned Idx = ConstantPool->getConstantPoolIndex(C, 4); in emitThumb1LoadConstPool() 89 MachineConstantPool *ConstantPool = MF.getConstantPool(); in emitThumb2LoadConstPool() local 92 unsigned Idx = ConstantPool->getConstantPoolIndex(C, 4); in emitThumb2LoadConstPool()
|
H A D | ARMBaseRegisterInfo.cpp | 464 MachineConstantPool *ConstantPool = MF.getConstantPool(); in emitLoadConstPool() local 467 unsigned Idx = ConstantPool->getConstantPoolIndex(C, 4); in emitLoadConstPool()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/MIRParser/ |
H A D | MIRParser.cpp | 139 MachineConstantPool &ConstantPool, 423 auto *ConstantPool = MF.getConstantPool(); in initializeMachineFunction() local 424 assert(ConstantPool && "Constant pool must be created"); in initializeMachineFunction() 425 if (initializeConstantPool(PFS, *ConstantPool, YamlMF)) in initializeMachineFunction() 819 MachineConstantPool &ConstantPool, const yaml::MachineFunction &YamlMF) { in initializeConstantPool() 837 unsigned Index = ConstantPool.getConstantPoolIndex(Value, Alignment); in initializeConstantPool() 818 initializeConstantPool(PerFunctionMIParsingState &PFS, MachineConstantPool &ConstantPool, const yaml::MachineFunction &YamlMF) initializeConstantPool() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | PseudoSourceValue.cpp | 24 "Stack", "GOT", "JumpTable", "ConstantPool", "FixedStack", 112 ConstantPoolPSV(PseudoSourceValue::ConstantPool, TII) {} in PseudoSourceValueManager()
|
H A D | MIRPrinter.cpp | 127 const MachineConstantPool &ConstantPool); 219 if (const auto *ConstantPool = MF.getConstantPool()) in print() 220 convert(YamlMF, *ConstantPool); in print() 502 const MachineConstantPool &ConstantPool) { in convert() 504 for (const MachineConstantPoolEntry &Constant : ConstantPool.getConstants()) { in convert() 501 convert(yaml::MachineFunction &MF, const MachineConstantPool &ConstantPool) convert() argument
|
H A D | MachineFunction.cpp | 175 ConstantPool = new (Allocator) MachineConstantPool(getDataLayout()); in init() 239 ConstantPool->~MachineConstantPool(); in clear() 240 Allocator.Deallocate(ConstantPool); in clear() 516 ConstantPool->print(OS); in print()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/ |
H A D | XCoreInstrInfo.cpp | 443 MachineConstantPool *ConstantPool = MBB.getParent()->getConstantPool(); in loadImmediate() local 446 unsigned Idx = ConstantPool->getConstantPoolIndex(C, 4); in loadImmediate()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
H A D | SimplifyCFG.cpp | 4689 /// its constant value in ConstantPool, returning 0 if it's not there. 4692 const SmallDenseMap<Value *, Constant *> &ConstantPool) { in LookupConstant() 4695 return ConstantPool.lookup(V); in LookupConstant() 4700 /// constant or can be replaced by constants from the ConstantPool. Returns the 4704 const SmallDenseMap<Value *, Constant *> &ConstantPool) { in ConstantFold() 4706 Constant *A = LookupConstant(Select->getCondition(), ConstantPool); in ConstantFold() 4710 return LookupConstant(Select->getTrueValue(), ConstantPool); in ConstantFold() 4712 return LookupConstant(Select->getFalseValue(), ConstantPool); in ConstantFold() 4718 if (Constant *A = LookupConstant(I->getOperand(N), ConstantPool)) in ConstantFold() 4746 SmallDenseMap<Value *, Constant *> ConstantPool; in GetCaseResults() local 4691 LookupConstant(Value *V, const SmallDenseMap<Value *, Constant *> &ConstantPool) LookupConstant() argument 4703 ConstantFold(Instruction *I, const DataLayout &DL, const SmallDenseMap<Value *, Constant *> &ConstantPool) ConstantFold() argument [all...] |
/third_party/node/deps/v8/src/codegen/arm64/ |
H A D | assembler-arm64.h | 2424 using BlockConstPoolScope = ConstantPool::BlockScope; 2675 return ConstantPool::kCheckInterval; 2679 return ConstantPool::kApproxDistToPool64; 2751 ConstantPool constpool_; 2754 friend class ConstantPool;
|
H A D | assembler-arm64.cc | 4405 void ConstantPool::EmitPrologue(Alignment require_alignment) { in EmitPrologue() 4417 int ConstantPool::PrologueSize(Jump require_jump) const { in PrologueSize() 4427 void ConstantPool::SetLoadOffsetToConstPoolEntry(int load_offset, in SetLoadOffsetToConstPoolEntry() 4436 void ConstantPool::Check(Emission force_emit, Jump require_jump, in Check() 4470 SetNextCheckIn(ConstantPool::kCheckInterval); in Check() 4476 const size_t ConstantPool::kMaxDistToPool32 = 1 * MB; 4477 const size_t ConstantPool::kMaxDistToPool64 = 1 * MB; 4478 const size_t ConstantPool::kCheckInterval = 128 * kInstrSize; 4479 const size_t ConstantPool::kApproxDistToPool32 = 64 * KB; 4480 const size_t ConstantPool [all...] |
/third_party/node/deps/v8/src/codegen/riscv64/ |
H A D | assembler-riscv64.cc | 3984 void ConstantPool::EmitPrologue(Alignment require_alignment) { in EmitPrologue() 3995 int ConstantPool::PrologueSize(Jump require_jump) const { in PrologueSize() 4005 void ConstantPool::SetLoadOffsetToConstPoolEntry(int load_offset, in SetLoadOffsetToConstPoolEntry() 4025 void ConstantPool::Check(Emission force_emit, Jump require_jump, in Check() 4056 SetNextCheckIn(ConstantPool::kCheckInterval); in Check() 4082 const size_t ConstantPool::kMaxDistToPool32 = 1 * MB; 4083 const size_t ConstantPool::kMaxDistToPool64 = 1 * MB; 4084 const size_t ConstantPool::kCheckInterval = 128 * kInstrSize; 4085 const size_t ConstantPool::kApproxDistToPool32 = 64 * KB; 4086 const size_t ConstantPool [all...] |
H A D | assembler-riscv64.h | 1177 using BlockConstPoolScope = ConstantPool::BlockScope; 1771 ConstantPool constpool_; 1781 friend class ConstantPool;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGDumper.cpp | 137 case ISD::ConstantPool: return "ConstantPool"; in getOperationName()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/ |
H A D | LanaiISelLowering.cpp | 95 setOperationAction(ISD::ConstantPool, MVT::i32, Custom); in LanaiTargetLowering() 182 case ISD::ConstantPool: in LowerOperation()
|