| /external/llvm/lib/Target/ARM/ |
| ARMAsmPrinter.cpp | [all...] |
| ARMISelLowering.cpp | 694 setOperationAction(ISD::BlockAddress, MVT::i32, Custom); [all...] |
| /external/llvm/lib/Transforms/Scalar/ |
| SCCP.cpp | 566 // TODO: This could be improved if the operand is a [cast of a] BlockAddress. 625 // TODO: This could be improved if the operand is a [cast of a] BlockAddress. [all...] |
| /external/llvm/bindings/ocaml/llvm/ |
| llvm.ml | 261 | BlockAddress [all...] |
| llvm.mli | 328 | BlockAddress [all...] |
| /external/llvm/lib/Bitcode/Reader/ |
| BitcodeReader.cpp | 54 assert(BlockAddrFwdRefs.empty() && "Unresolved blockaddress fwd references"); [all...] |
| /external/clang/lib/CodeGen/ |
| CodeGenFunction.h | [all...] |
| /external/llvm/lib/AsmParser/ |
| LLParser.cpp | 144 return Error(Fn.Loc, "unknown function referenced by blockaddress"); 219 // Get the BlockAddress for this and update references to use it. 220 BlockAddress *BA = BlockAddress::get(TheFn, Res); [all...] |
| /external/llvm/lib/Target/Sparc/ |
| SparcISelLowering.cpp | [all...] |
| /external/llvm/lib/CodeGen/SelectionDAG/ |
| SelectionDAG.cpp | 539 case ISD::BlockAddress: { [all...] |
| SelectionDAGBuilder.cpp | [all...] |
| /external/llvm/lib/Target/AArch64/ |
| AArch64ISelLowering.cpp | 217 // BlockAddress 218 setOperationAction(ISD::BlockAddress, MVT::i64, Custom); [all...] |
| /external/llvm/lib/IR/ |
| Core.cpp | [all...] |
| Verifier.cpp | [all...] |
| /external/llvm/lib/Target/PowerPC/ |
| PPCISelLowering.cpp | 280 setOperationAction(ISD::BlockAddress, MVT::i32, Custom); 285 setOperationAction(ISD::BlockAddress, MVT::i64, Custom); [all...] |
| /external/llvm/lib/Target/X86/ |
| X86ISelDAGToDAG.cpp | 66 const BlockAddress *BlockAddr; [all...] |
| X86ISelLowering.cpp | 578 setOperationAction(ISD::BlockAddress , MVT::i32 , Custom); 584 setOperationAction(ISD::BlockAddress , MVT::i64 , Custom); [all...] |
| /frameworks/compile/libbcc/bcinfo/BitReader_2_7/ |
| BitcodeReader.cpp | [all...] |
| /frameworks/compile/libbcc/bcinfo/BitReader_3_0/ |
| BitcodeReader.cpp | [all...] |