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

  /external/llvm/utils/TableGen/
CodeGenInstruction.h 56 unsigned getTiedOperand() const {
115 /// getTiedOperand - If this operand is tied to another one, return the
120 if (CI.isTied()) return CI.getTiedOperand();
InstrInfoEmitter.cpp 161 Res += "((" + utostr(Constraint.getTiedOperand()) +
X86RecognizableInstr.cpp 532 operandMapping[Constraint.getTiedOperand()] = operandIndex;
    [all...]
  /external/swiftshader/third_party/LLVM/utils/TableGen/
CodeGenInstruction.h 56 unsigned getTiedOperand() const {
115 /// getTiedOperand - If this operand is tied to another one, return the
120 if (CI.isTied()) return CI.getTiedOperand();
InstrInfoEmitter.cpp 120 Res += "((" + utostr(Constraint.getTiedOperand()) +
X86RecognizableInstr.cpp 576 operandMapping[operandIndex] = Constraint.getTiedOperand();
    [all...]
  /external/clang/lib/Basic/
TargetInfo.cpp 566 if (Info.hasTiedOperand() && Info.getTiedOperand() != i)
586 if (Info.hasTiedOperand() && Info.getTiedOperand() != Index)
  /external/clang/include/clang/Basic/
TargetInfo.h 632 /// If this returns true then getTiedOperand will indicate which output
635 unsigned getTiedOperand() const {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
TargetInfo.h 660 /// If this returns true then getTiedOperand will indicate which output
663 unsigned getTiedOperand() const {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Basic/
TargetInfo.h 660 /// If this returns true then getTiedOperand will indicate which output
663 unsigned getTiedOperand() const {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Basic/
TargetInfo.h 660 /// If this returns true then getTiedOperand will indicate which output
663 unsigned getTiedOperand() const {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Basic/
TargetInfo.h 665 /// If this returns true then getTiedOperand will indicate which output
668 unsigned getTiedOperand() const {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Basic/
TargetInfo.h 665 /// If this returns true then getTiedOperand will indicate which output
668 unsigned getTiedOperand() const {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Basic/
TargetInfo.h 665 /// If this returns true then getTiedOperand will indicate which output
668 unsigned getTiedOperand() const {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Basic/
TargetInfo.h 665 /// If this returns true then getTiedOperand will indicate which output
668 unsigned getTiedOperand() const {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
TargetInfo.h 660 /// If this returns true then getTiedOperand will indicate which output
663 unsigned getTiedOperand() const {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Basic/
TargetInfo.h 660 /// If this returns true then getTiedOperand will indicate which output
663 unsigned getTiedOperand() const {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Basic/
TargetInfo.h 660 /// If this returns true then getTiedOperand will indicate which output
663 unsigned getTiedOperand() const {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Basic/
TargetInfo.h 665 /// If this returns true then getTiedOperand will indicate which output
668 unsigned getTiedOperand() const {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Basic/
TargetInfo.h 665 /// If this returns true then getTiedOperand will indicate which output
668 unsigned getTiedOperand() const {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Basic/
TargetInfo.h 665 /// If this returns true then getTiedOperand will indicate which output
668 unsigned getTiedOperand() const {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Basic/
TargetInfo.h 665 /// If this returns true then getTiedOperand will indicate which output
668 unsigned getTiedOperand() const {
    [all...]
  /external/clang/lib/Sema/
SemaStmtAsm.cpp 441 unsigned TiedTo = Info.getTiedOperand();
  /external/clang/lib/CodeGen/
CGStmt.cpp     [all...]

Completed in 1050 milliseconds