Home
last modified time | relevance | path

Searched defs:isFI (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DMachineOperand.h201 bool isFI() const { return OpKind == MO_FrameIndex; } in isFI() function
/external/llvm/include/llvm/CodeGen/
DMachineOperand.h240 bool isFI() const { return OpKind == MO_FrameIndex; } in isFI() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DMachineOperand.h321 bool isFI() const { return OpKind == MO_FrameIndex; } in isFI() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DSIFoldOperands.cpp56 bool isFI() const { in isFI() function