HomeSort by: relevance | last modified time | path
    Searched defs:isPCREL (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
SystemZISelLowering.h 374 inline bool isPCREL(unsigned Opcode) {
  /src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCTLSDynamicCall.cpp 54 bool IsPCREL = false;
59 IsPCREL = isPCREL(MI);
66 MI.getOpcode() != PPC::TLSGDAIX8 && !IsPCREL) {
87 if (!IsPCREL) {
124 assert(IsPCREL && "Expecting General/Local Dynamic PCRel");
157 if (IsPCREL) {
169 if (IsPCREL)
197 bool isPCREL(const MachineInstr &MI) {

Completed in 67 milliseconds