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

  /external/llvm/include/llvm/IR/
InlineAsm.h 337 /// isUseOperandTiedToDef - Return true if the flag of the inline asm
339 static bool isUseOperandTiedToDef(unsigned Flag, unsigned &Idx) {
  /external/swiftshader/third_party/LLVM/include/llvm/
InlineAsm.h 269 /// isUseOperandTiedToDef - Return true if the flag of the inline asm
271 static bool isUseOperandTiedToDef(unsigned Flag, unsigned &Idx) {
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
InlineAsm.h 341 /// isUseOperandTiedToDef - Return true if the flag of the inline asm
343 static bool isUseOperandTiedToDef(unsigned Flag, unsigned &Idx) {
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
InlineAsm.h 341 /// isUseOperandTiedToDef - Return true if the flag of the inline asm
343 static bool isUseOperandTiedToDef(unsigned Flag, unsigned &Idx) {
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
InlineAsm.h 341 /// isUseOperandTiedToDef - Return true if the flag of the inline asm
343 static bool isUseOperandTiedToDef(unsigned Flag, unsigned &Idx) {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
InlineAsm.h 341 /// isUseOperandTiedToDef - Return true if the flag of the inline asm
343 static bool isUseOperandTiedToDef(unsigned Flag, unsigned &Idx) {
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
InlineAsm.h 341 /// isUseOperandTiedToDef - Return true if the flag of the inline asm
343 static bool isUseOperandTiedToDef(unsigned Flag, unsigned &Idx) {
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
InlineAsm.h 341 /// isUseOperandTiedToDef - Return true if the flag of the inline asm
343 static bool isUseOperandTiedToDef(unsigned Flag, unsigned &Idx) {
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
InlineAsm.h 341 /// isUseOperandTiedToDef - Return true if the flag of the inline asm
343 static bool isUseOperandTiedToDef(unsigned Flag, unsigned &Idx) {
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
InlineAsm.h 341 /// isUseOperandTiedToDef - Return true if the flag of the inline asm
343 static bool isUseOperandTiedToDef(unsigned Flag, unsigned &Idx) {
  /external/llvm/lib/Target/Sparc/
SparcISelDAGToDAG.cpp 209 if (Changed && InlineAsm::isUseOperandTiedToDef(Flag, DefIdx))
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
MachineInstr.cpp     [all...]
  /external/llvm/lib/CodeGen/
MachineInstr.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
InstrEmitter.cpp     [all...]
SelectionDAGISel.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMAsmPrinter.cpp 332 if (InlineAsm::isUseOperandTiedToDef(Flags, TiedIdx)) {
    [all...]
ARMISelDAGToDAG.cpp     [all...]

Completed in 506 milliseconds