HomeSort by relevance Sort by last modified time
    Searched defs:Custom (Results 1 - 5 of 5) sorted by null

  /external/llvm/tools/bugpoint/
ExecutionDriver.cpp 31 AutoPick, RunLLI, RunJIT, RunLLC, RunLLCIA, LLC_Safe, CompileCustom, Custom
51 clEnumValN(CompileCustom, "compile-custom",
54 clEnumValN(Custom, "run-custom",
64 clEnumValN(Custom, "safe-run-custom",
95 cl::desc("Command to compile the bitcode (use with -compile-custom) "
100 cl::desc("Command to execute the bitcode (use with -run-custom) "
194 case Custom:
244 case Custom
    [all...]
  /external/llvm/unittests/DebugInfo/PDB/
PDBApiTest.cpp 316 InsertItemWithTag(PDB_SymType::Custom);
378 VerifyDyncast<PDBSymbolCustom>(PDB_SymType::Custom);
  /external/llvm/include/llvm/Target/
TargetLowering.h 90 Custom // Use the LowerOperation hook to implement custom lowering.
424 /// integer type (return 'Expand'). 'Custom' is not an option.
531 /// sequence, or the target has a custom expander for it.
535 // to provide custom legalization for it.
536 if (Op > array_lengthof(OpActions[0])) return Custom;
542 /// made legal with custom lowering. This is used to help guide high-level
547 getOperationAction(Op, VT) == Custom);
560 /// unlikely to be made legal with custom lowering. This is used to help guide
574 /// code sequence, or the target has a custom expander for it
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
cryptxml.h 265 CRYPT_XML_BLOB Custom;
288 CRYPT_XML_BLOB Custom;
326 CRYPT_XML_BLOB Custom;
  /external/llvm/include/llvm/DebugInfo/PDB/
PDBTypes.h 295 Custom,

Completed in 272 milliseconds