HomeSort by relevance Sort by last modified time
    Searched refs:ConstantRelocatable (Results 1 - 25 of 30) sorted by null

1 2

  /external/swiftshader/third_party/subzero/src/
IceFixups.cpp 28 if (const auto *CR = llvm::dyn_cast<ConstantRelocatable>(ConstValue))
38 if (const auto *CR = llvm::dyn_cast<ConstantRelocatable>(C)) {
60 if (const auto *CR = llvm::dyn_cast<ConstantRelocatable>(ConstValue)) {
IceASanInstrumentation.h 48 ConstantRelocatable *instrumentReloc(ConstantRelocatable *Reloc);
IceInstX8632.cpp 119 Mem->getOffset() && llvm::isa<ConstantRelocatable>(Mem->getOffset());
165 llvm::dyn_cast<ConstantRelocatable>(getOffset())) {
166 // TODO(sehr): ConstantRelocatable still needs updating for
238 assert(llvm::isa<ConstantRelocatable>(getOffset()));
283 llvm::dyn_cast<ConstantRelocatable>(getOffset())) {
IceASanInstrumentation.cpp 344 llvm::dyn_cast<ConstantRelocatable>(Instr->getCallTarget());
367 if (auto *Reloc = llvm::dyn_cast<ConstantRelocatable>(Src)) {
383 if (auto *Reloc = llvm::dyn_cast<ConstantRelocatable>(Data)) {
396 ConstantRelocatable *
397 ASanInstrumentation::instrumentReloc(ConstantRelocatable *Reloc) {
401 return ConstantRelocatable::create(
452 auto *Reloc = llvm::dyn_cast<ConstantRelocatable>(Op);
IceOperand.h 358 /// ConstantRelocatable. It is done this way so that ConstantRelocatable can fit
385 /// ConstantRelocatable represents a symbolic constant combined with a fixed
387 class ConstantRelocatable : public Constant {
388 ConstantRelocatable() = delete;
389 ConstantRelocatable(const ConstantRelocatable &) = delete;
390 ConstantRelocatable &operator=(const ConstantRelocatable &) = delete;
394 static ConstantRelocatable *create(T *AllocOwner, Type Ty
    [all...]
IceInstX8664.cpp 133 } else if (const auto *CR = llvm::dyn_cast<ConstantRelocatable>(Offset)) {
134 // TODO(sehr): ConstantRelocatable still needs updating for
233 assert(llvm::isa<ConstantRelocatable>(Offset));
268 llvm::dyn_cast<ConstantRelocatable>(getOffset())) {
IceOperand.cpp 604 void ConstantRelocatable::emit(TargetLowering *Target) const {
608 void ConstantRelocatable::emitWithoutPrefix(const TargetLowering *Target,
613 void ConstantRelocatable::dump(const Cfg *, Ostream &Str) const {
IceTargetLoweringX8632.cpp 175 // For Non-SFI mode, if the Offset field is a ConstantRelocatable, we
177 // time, the ConstantRelocatable will be emitted with the @GOTOFF
179 if (llvm::dyn_cast_or_null<ConstantRelocatable>(Mem->getOffset()) ==
273 llvm::cast<ConstantRelocatable>(Ctx->getConstantSymWithEmitString(
IceAssemblerMIPS32.cpp 240 if (const auto *OpRel = llvm::dyn_cast<ConstantRelocatable>(OpImm)) {
647 void AssemblerMIPS32::jal(const ConstantRelocatable *Target) {
671 if (const auto *OpRel = llvm::dyn_cast<ConstantRelocatable>(OpImm)) {
691 if (const auto *OpRel = llvm::dyn_cast<ConstantRelocatable>(OpOff)) {
751 if (const auto *OpRel = llvm::dyn_cast<ConstantRelocatable>(OpOff)) {
    [all...]
IceTargetLowering.h 323 void emitWithoutPrefix(const ConstantRelocatable *CR,
331 virtual void emit(const ConstantRelocatable *CR) const = 0;
IceTargetLoweringX8664.cpp 356 if (llvm::isa<ConstantRelocatable>(Offset)) {
424 } else if (const auto *CR = llvm::dyn_cast<ConstantRelocatable>(Offset)) {
633 // The operand to push is a ConstantRelocatable. The easy way to implement
634 // this sequence is to create a ConstantRelocatable(0, "after_call"), but
636 // Therefore, we create a ConstantRelocatable from the name of the function
637 // being compiled (i.e., ConstantRelocatable(after_call - Func, Func).
654 auto *ReturnReloc = ConstantRelocatable::create(
IceGlobalContext.cpp 86 // types, and ConstantRelocatable values.
122 std::is_same<ValueType, ConstantRelocatable>::value>::type> {
212 TypePool<IceType_i32, RelocatableTuple, ConstantRelocatable> Relocatables;
213 TypePool<IceType_i32, RelocatableTuple, ConstantRelocatable>
    [all...]
IceTargetLoweringMIPS32.h 158 void emit(const ConstantRelocatable *C) const final {
373 if (llvm::isa<ConstantRelocatable>(Src0)) {
387 if (llvm::isa<ConstantRelocatable>(Src0)) {
    [all...]
IceAssemblerX86Base.h 281 void call(const ConstantRelocatable *label); // not testable.
288 void pushl(const ConstantRelocatable *Label);
708 void j(BrCond condition, const ConstantRelocatable *label); // not testable.
712 void jmp(const ConstantRelocatable *label); // not testable.
    [all...]
IceInstMIPS32.cpp 166 if (auto *CR = llvm::dyn_cast<ConstantRelocatable>(Src0)) {
347 if (auto *CR = llvm::dyn_cast<ConstantRelocatable>(Offset)) {
568 llvm::dyn_cast<ConstantRelocatable>(getCallTarget())) {
589 llvm::dyn_cast<ConstantRelocatable>(getCallTarget())) {
    [all...]
IceTargetLoweringX86BaseImpl.h     [all...]
IceTargetLoweringX86Base.h 196 ConstantRelocatable *createGetIPForRegister(const Variable *Dest) {
199 return llvm::cast<ConstantRelocatable>(Ctx->getConstantExternSym(
212 void emit(const ConstantRelocatable *C) const final;
301 ConstantRelocatable *Relocatable = nullptr;
410 Legal_AddrAbs = 1 << 4, // ConstantRelocatable doesn't have to add RebasePtr
    [all...]
IceInstX86BaseImpl.h 571 if (const auto *CR = llvm::dyn_cast<ConstantRelocatable>(Src)) {
604 } else if (const auto *CR = llvm::dyn_cast<ConstantRelocatable>(Target)) {
639 llvm::dyn_cast<ConstantRelocatable>(CallTarget)) {
661 } else if (const auto *CR = llvm::dyn_cast<ConstantRelocatable>(CallTarget)) {
759 } else if (const auto *Reloc = llvm::dyn_cast<ConstantRelocatable>(Src)) {
790 } else if (const auto *Reloc = llvm::dyn_cast<ConstantRelocatable>(Src)) {
    [all...]
IceAssemblerMIPS32.h 189 void jal(const ConstantRelocatable *Target);
IceAssemblerARM32.h 116 BlRelocatableFixup *createBlFixup(const ConstantRelocatable *BlTarget);
199 void bl(const ConstantRelocatable *Target);
    [all...]
IceTargetLoweringARM32.cpp     [all...]
IceTargetLoweringARM32.h 161 void emit(const ConstantRelocatable *C) const final;
708 /// The Operand can only be a 16-bit immediate or a ConstantRelocatable (with
    [all...]
IceELFObjectWriter.cpp 630 const auto *Sym = llvm::cast<ConstantRelocatable>(S);
IceInstARM32.cpp     [all...]
IceTargetLowering.cpp     [all...]

Completed in 592 milliseconds

1 2