HomeSort by relevance Sort by last modified time
    Searched refs:ConstPool (Results 1 - 13 of 13) sorted by null

  /external/llvm/include/llvm/CodeGen/
StackMaps.h 169 ConstPool.clear();
212 ConstantPool ConstPool;
  /external/llvm/lib/CodeGen/
StackMaps.cpp 311 // ConstPool is intentionally a MapVector of 'uint64_t's (as
321 auto Result = ConstPool.insert(std::make_pair(Loc.Offset, Loc.Offset));
322 Loc.Offset = Result.first - ConstPool.begin();
404 DEBUG(dbgs() << WSMP << "#constants = " << ConstPool.size() << '\n');
405 OS.EmitIntValue(ConstPool.size(), 4);
434 for (const auto &ConstEntry : ConstPool) {
523 assert((!CSInfos.empty() || ConstPool.empty()) &&
551 ConstPool.clear();
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
StackMaps.cpp 327 // ConstPool is intentionally a MapVector of 'uint64_t's (as
337 auto Result = ConstPool.insert(std::make_pair(Loc.Offset, Loc.Offset));
338 Loc.Offset = Result.first - ConstPool.begin();
426 LLVM_DEBUG(dbgs() << WSMP << "#constants = " << ConstPool.size() << '\n');
427 OS.EmitIntValue(ConstPool.size(), 4);
459 for (const auto &ConstEntry : ConstPool) {
553 assert((!CSInfos.empty() || ConstPool.empty()) &&
581 ConstPool.clear();
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
StackMaps.h 235 ConstPool.clear();
288 ConstantPool ConstPool;
  /external/swiftshader/third_party/subzero/src/
IceGlobalContext.h 457 std::unique_ptr<ConstantPool> ConstPool;
535 return LockedPtr<ConstantPool>(ConstPool.get(), &ConstPoolLock);
IceGlobalContext.cpp 302 : Strings(new StringPool()), ConstPool(new ConstantPool()), ErrorStatus(),
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
ARMInstructionSelector.cpp 523 auto ConstPool = MF.getConstantPool();
528 ? ConstPool->getConstantPoolIndex(
530 : ConstPool->getConstantPoolIndex(GV, Alignment);
    [all...]
  /external/guice/extensions/persist/lib/
javassist.jar 
  /external/v8/src/arm64/
assembler-arm64.cc 321 bool ConstPool::AddSharedEntry(SharedEntryMap& entry_map, uint64_t data,
335 bool ConstPool::RecordEntry(intptr_t data, RelocInfo::Mode mode) {
368 int ConstPool::DistanceToFirstUse() {
374 int ConstPool::MaxPcOffset() {
385 int ConstPool::WorstCaseSize() {
398 int ConstPool::SizeIfEmittedAtCurrentPc(bool require_jump) {
416 void ConstPool::Emit(bool require_jump) {
471 void ConstPool::Clear() {
479 void ConstPool::EmitMarker() {
520 void ConstPool::EmitGuard()
    [all...]
assembler-arm64.h 827 class ConstPool {
829 explicit ConstPool(Assembler* assm) : assm_(assm), first_use_(-1) {}
    [all...]
  /external/guice/extensions/struts2/lib/
javassist.jar 
  /external/v8/src/x64/
assembler-x64.h 422 class ConstPool {
424 explicit ConstPool(Assembler* assm) : assm_(assm) {}
    [all...]
assembler-x64.cc 357 bool ConstPool::AddSharedEntry(uint64_t data, int offset) {
371 bool ConstPool::TryRecordEntry(intptr_t data, RelocInfo::Mode mode) {
386 bool ConstPool::IsMoveRipRelative(byte* instr) {
393 void ConstPool::Clear() { entries_.clear(); }
395 void ConstPool::PatchEntries() {
    [all...]

Completed in 833 milliseconds