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

  /external/swiftshader/third_party/LLVM/lib/MC/MCParser/
AsmParser.cpp 209 bool ParseDirectiveAscii(StringRef IDVal, bool ZeroTerminated);
215 bool ParseDirectiveSet(StringRef IDVal, bool allow_redef); // ".set", ".equ", ".equiv"
642 StringRef IDVal = getTok().getString();
643 if (IDVal == "f" || IDVal == "b"){
645 IDVal == "f" ? 1 : 0);
648 if(IDVal == "b" && Sym->isUndefined())
952 StringRef IDVal;
964 IDVal = ""
    [all...]
  /external/llvm/lib/MC/MCParser/
AsmParser.cpp 422 bool parseDirectiveAscii(StringRef IDVal, bool ZeroTerminated);
430 bool parseDirectiveSet(StringRef IDVal, bool allow_redef);
487 bool parseDirectiveSpace(StringRef IDVal);
    [all...]
DarwinAsmParser.cpp 528 bool DarwinAsmParser::parseDirectiveLinkerOption(StringRef IDVal, SMLoc) {
532 return TokError("expected string in '" + Twine(IDVal) + "' directive");
545 return TokError("unexpected token in '" + Twine(IDVal) + "' directive");
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/X86/AsmParser/
X86AsmParser.cpp 50 bool ParseDirectiveCode(StringRef IDVal, SMLoc L);
    [all...]
  /external/llvm/include/llvm/IR/
Statepoint.h 107 const Value *IDVal = getCallSite().getArgument(IDPos);
108 return cast<ConstantInt>(IDVal)->getZExtValue();
  /external/llvm/lib/Target/Sparc/AsmParser/
SparcAsmParser.cpp 665 StringRef IDVal = DirectiveID.getString();
667 if (IDVal == ".byte")
670 if (IDVal == ".half")
673 if (IDVal == ".word")
676 if (IDVal == ".nword")
679 if (is64Bit() && IDVal == ".xword")
682 if (IDVal == ".register") {
687 if (IDVal == ".proc") {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
Statepoint.h 122 const Value *IDVal = getCallSite().getArgument(IDPos);
123 return cast<ConstantInt>(IDVal)->getZExtValue();
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
Statepoint.h 122 const Value *IDVal = getCallSite().getArgument(IDPos);
123 return cast<ConstantInt>(IDVal)->getZExtValue();
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
Statepoint.h 122 const Value *IDVal = getCallSite().getArgument(IDPos);
123 return cast<ConstantInt>(IDVal)->getZExtValue();
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
Statepoint.h 122 const Value *IDVal = getCallSite().getArgument(IDPos);
123 return cast<ConstantInt>(IDVal)->getZExtValue();
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
Statepoint.h 122 const Value *IDVal = getCallSite().getArgument(IDPos);
123 return cast<ConstantInt>(IDVal)->getZExtValue();
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
Statepoint.h 122 const Value *IDVal = getCallSite().getArgument(IDPos);
123 return cast<ConstantInt>(IDVal)->getZExtValue();
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
Statepoint.h 122 const Value *IDVal = getCallSite().getArgument(IDPos);
123 return cast<ConstantInt>(IDVal)->getZExtValue();
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
Statepoint.h 122 const Value *IDVal = getCallSite().getArgument(IDPos);
123 return cast<ConstantInt>(IDVal)->getZExtValue();
  /external/llvm/lib/Target/Hexagon/AsmParser/
HexagonAsmParser.cpp 863 StringRef IDVal = DirectiveID.getIdentifier();
864 if ((IDVal.lower() == ".word") || (IDVal.lower() == ".4byte"))
866 if (IDVal.lower() == ".short" || IDVal.lower() == ".hword" ||
867 IDVal.lower() == ".half")
869 if (IDVal.lower() == ".falign")
871 if ((IDVal.lower() == ".lcomm") || (IDVal.lower() == ".lcommon"))
873 if ((IDVal.lower() == ".comm") || (IDVal.lower() == ".common")
    [all...]
  /external/llvm/lib/Target/X86/AsmParser/
X86AsmParser.cpp 723 bool ParseDirectiveCode(StringRef IDVal, SMLoc L);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/MBlaze/AsmParser/
MBlazeAsmParser.cpp 524 StringRef IDVal = DirectiveID.getIdentifier();
525 if (IDVal == ".word")
  /external/llvm/lib/Target/AMDGPU/AsmParser/
AMDGPUAsmParser.cpp     [all...]
  /external/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp     [all...]
  /external/llvm/lib/Target/Mips/AsmParser/
MipsAsmParser.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/AsmParser/
PPCAsmParser.cpp     [all...]
  /external/llvm/lib/Target/AArch64/AsmParser/
AArch64AsmParser.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]

Completed in 736 milliseconds