Home
last modified time | relevance | path

Searched defs:BlockAddress (Results 1 – 15 of 15) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DMachineFunction.h46 class BlockAddress; variable
H A DSelectionDAG.h63 class BlockAddress; variable
H A DAsmPrinter.h35 class BlockAddress; variable
H A DMachineOperand.h24 class BlockAddress; variable
H A DISDOpcodes.h84 BlockAddress, enumerator
/llvm-project-15.0.7/llvm/lib/Target/CSKY/
H A DCSKYConstantPoolValue.h24 class BlockAddress; variable
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMConstantPoolValue.h26 class BlockAddress; variable
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DInstructions.h47 class BlockAddress; variable
/llvm-project-15.0.7/llvm/unittests/Linker/
H A DLinkModulesTest.cpp78 TEST_F(LinkModuleTest, BlockAddress) { in TEST_F() argument
/llvm-project-15.0.7/llvm/bindings/ocaml/llvm/
H A Dllvm.ml308 | BlockAddress Constructor
H A Dllvm.mli343 | BlockAddress Constructor
H A Dllvm_ocaml.c638 BlockAddress, enumerator
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/GlobalISel/
H A DMachineIRBuilder.h28 class BlockAddress; variable
/llvm-project-15.0.7/llvm/lib/IR/
H A DConstants.cpp1758 BlockAddress::BlockAddress(Function *F, BasicBlock *BB) in BlockAddress() function in BlockAddress
/llvm-project-15.0.7/llvm/bindings/go/llvm/
H A Dir.go986 func BlockAddress(f Value, bb BasicBlock) (v Value) { func