Home
last modified time | relevance | path

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

/external/llvm/lib/Target/ARM/
DARMConstantPoolValue.h102 bool isBlockAddress() const { return Kind == ARMCP::CPBlockAddress; } in isBlockAddress() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMConstantPoolValue.h111 bool isBlockAddress() const { return Kind == ARMCP::CPBlockAddress; } in isBlockAddress() function
/external/llvm/include/llvm/CodeGen/
DMachineOperand.h252 bool isBlockAddress() const { return OpKind == MO_BlockAddress; } in isBlockAddress() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineOperand.h341 bool isBlockAddress() const { return OpKind == MO_BlockAddress; } in isBlockAddress() function